From e70da5ed35585669cca37b5f104a304150a8c122 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Mon, 27 Dec 2021 16:40:16 +0100 Subject: [PATCH] Hotfix build Signed-off-by: yoyosource --- BauSystem_Main/src/de/steamwar/bausystem/region/Region.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }