Fix Prototype for old BauWorld
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
fe4542c67b
Commit
0f1f8c055c
@ -67,9 +67,9 @@ public class Prototype {
|
||||
sizeY = yapionObject.getPlainValue("sizeY");
|
||||
sizeZ = yapionObject.getPlainValue("sizeZ");
|
||||
|
||||
copyPointOffsetX = yapionObject.getPlainValue("copyOffsetX");
|
||||
copyPointOffsetY = yapionObject.getPlainValue("copyOffsetY");
|
||||
copyPointOffsetZ = yapionObject.getPlainValue("copyOffsetZ");
|
||||
copyPointOffsetX = yapionObject.getPlainValueOrDefault("copyOffsetX", 0);
|
||||
copyPointOffsetY = yapionObject.getPlainValueOrDefault("copyOffsetY", 0);
|
||||
copyPointOffsetZ = yapionObject.getPlainValueOrDefault("copyOffsetZ", 0);
|
||||
|
||||
schematicFile = new File(yapionObject.getValue("schematic", String.class).get());
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren