diff --git a/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java index e0926225..ef6ee07d 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java @@ -461,7 +461,7 @@ public class Region { } else { pastePoint = pastePoint.add(0, 0, prototype.getTestblock().getSizeZ() / 2); } - if (schematic.getSchemType().getKuerzel().equalsIgnoreCase("wg")) { + if (schematic.getSchemtype().getKuerzel().equalsIgnoreCase("wg")) { pastePoint = pastePoint.add(0, 0, 1); } }