From 67960bfc2a4ef139b27d9ebbda9ae0fad14fa7b1 Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Sat, 18 Oct 2025 13:36:15 +0200 Subject: [PATCH] Add Baumwolle_777 for TestblockCommand --- .../de/steamwar/bausystem/features/region/TestblockCommand.java | 1 + 1 file changed, 1 insertion(+) diff --git a/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/region/TestblockCommand.java b/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/region/TestblockCommand.java index cc650b40..a51e5b72 100644 --- a/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/region/TestblockCommand.java +++ b/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/region/TestblockCommand.java @@ -104,6 +104,7 @@ public class TestblockCommand extends SWCommand { case 11077: case 11888: case 12258: + case 16009: if (node == null) { node = region.getRegionData().getTestblockSchematic(); } else {