From 394e043db379f0c26f4ec23d66f6be4e2c86e623 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Mon, 29 Sep 2025 09:34:53 +0200 Subject: [PATCH] Hotfix FixedRegion --- .../src/de/steamwar/bausystem/region/fixed/FixedRegion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem/BauSystem_RegionFixed/src/de/steamwar/bausystem/region/fixed/FixedRegion.java b/BauSystem/BauSystem_RegionFixed/src/de/steamwar/bausystem/region/fixed/FixedRegion.java index ab6ae1cb..4d8418ae 100644 --- a/BauSystem/BauSystem_RegionFixed/src/de/steamwar/bausystem/region/fixed/FixedRegion.java +++ b/BauSystem/BauSystem_RegionFixed/src/de/steamwar/bausystem/region/fixed/FixedRegion.java @@ -184,7 +184,7 @@ public class FixedRegion implements Region { SchematicType schematicType = pasteBuilder.getClipboardProvider().as(PasteBuilder.SchematicProvider.class).getSchematic().getSchemtype(); pasteBuilder.rotate(schematicType.fightType() || schematicType.check()); } - pasteBuilder.pastePoint(minPoint.add(prototype.getSizeX() / 2, 0, prototype.getSizeY() / 2)); + pasteBuilder.pastePoint(minPoint.add(prototype.getSizeX() / 2, 0, prototype.getSizeZ() / 2)); regionHistory.remember(pasteBuilder.run()); } };