From 13f6d117d36c46f3c5c42dc80beb841a78f1029b Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sun, 1 Aug 2021 21:02:06 +0200 Subject: [PATCH] Test build Signed-off-by: yoyosource --- .../src/de/steamwar/bausystem/features/region/FreezeCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java index 241066d7..0fd64700 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/region/FreezeCommand.java @@ -85,5 +85,4 @@ public class FreezeCommand extends SWCommand { } return true; } - }