From 512e0179050e86eda7e89638af119ef9ab93743d Mon Sep 17 00:00:00 2001 From: yoyosource Date: Thu, 18 Aug 2022 21:07:56 +0200 Subject: [PATCH] Rebuild Signed-off-by: yoyosource --- .../src/de/steamwar/bausystem/features/loader/LoaderCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/loader/LoaderCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/loader/LoaderCommand.java index 2a86545a..11a77a5f 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/loader/LoaderCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/loader/LoaderCommand.java @@ -39,7 +39,6 @@ public class LoaderCommand extends SWCommand { BauSystem.MESSAGE.send("LOADER_NO_LOADER", p); return true; } - return false; }