forked from SteamWar/SteamWar
Add prepared flag to schematics and refactor related logic
This commit is contained in:
+2
@@ -428,6 +428,8 @@ public class SchematicCommandUtils {
|
||||
return;
|
||||
}
|
||||
|
||||
node.setPrepared(false);
|
||||
|
||||
if (type.writeable()) {
|
||||
node.setSchemtype(type);
|
||||
SchematicSystem.MESSAGE.send("UTIL_TYPE_DONE", player);
|
||||
|
||||
Reference in New Issue
Block a user