From a9e278ccd98d4b7ba08e735cf609bb5f456615b0 Mon Sep 17 00:00:00 2001 From: PhiRobot Date: Tue, 25 Nov 2025 12:43:38 +0000 Subject: [PATCH] Fix spelling (s.a. PR) --- BauSystem/BauSystem_Main/src/BauSystem.properties | 2 +- BauSystem/BauSystem_Main/src/BauSystem_de.properties | 4 ++-- .../steamwar/bausystem/features/region/TestblockCommand.java | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/BauSystem/BauSystem_Main/src/BauSystem.properties b/BauSystem/BauSystem_Main/src/BauSystem.properties index fe17bee6..18a06582 100644 --- a/BauSystem/BauSystem_Main/src/BauSystem.properties +++ b/BauSystem/BauSystem_Main/src/BauSystem.properties @@ -1033,5 +1033,5 @@ TLS_MESSAGE_79=§7TLS§8> §7Tick §e{0} §8- §7TNT §e{1} TLS_MESSAGE_80=§7TLS§8> §7Tick §e{0} §8- §7TNT §e{1} §8(§e{2} §7with Fuse 80§8) TLS_START_HELP=§8/§etls start §8: §7Start the TNT Listener TLS_STOP_HELP=§8/§etls stop §8: §7Stop the TNT Listener -TLS_SCOREBOARD_ELEMENT=§eTLS§8: §aon +TLS_SCOREBOARD_ELEMENT=§eTLS §8: §aon TLS_TOGGLE_HELP=§8/§etls§8: §7Toggle the TNT Listener \ No newline at end of file diff --git a/BauSystem/BauSystem_Main/src/BauSystem_de.properties b/BauSystem/BauSystem_Main/src/BauSystem_de.properties index 432815c3..54baef3f 100644 --- a/BauSystem/BauSystem_Main/src/BauSystem_de.properties +++ b/BauSystem/BauSystem_Main/src/BauSystem_de.properties @@ -963,5 +963,5 @@ SCHEMATIC_GUI_ITEM=§eSchematics TLS_MESSAGE_80=§7TLS§8> §7Tick §e{0} §8- §7TNT §e{1} §8(§e{2} §7mit Fuse 80§8) TLS_START_HELP=§8/§etls start §8: §7Starte den TNT Listener TLS_STOP_HELP=§8/§etls stop §8: §7Stope den TNT Listener -TLS_SCOREBOARD_ELEMENT=§eTLS§8: §aan -TLS_TOGGLE_HELP=§8/§etls§8: §7Toggle den TNT Listener \ No newline at end of file +TLS_SCOREBOARD_ELEMENT=§eTLS §8: §aan +TLS_TOGGLE_HELP=§8/§etls §8: §7Toggle den TNT Listener \ No newline at end of file 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 fc5ce274..d9010c74 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 @@ -76,9 +76,7 @@ public class TestblockCommand extends SWCommand { @Register(value="default") public void setTestblockDefault(Player p) { Region region = regionCheck(p); - if (region == null) { - return; - } + if (region == null) return; region.getRegionData().setTestblockSchematic(null); resetRegion(p, null, RegionExtensionType.EXTENSION, false, false, false, false); }