diff --git a/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java b/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java index 1c44e35d..73bbfcd7 100644 --- a/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java +++ b/BauSystem/BauSystem_Main/src/de/steamwar/bausystem/features/simulator/SimulatorCursor.java @@ -172,7 +172,7 @@ public class SimulatorCursor implements Listener { public static void calcCursor(Player player) { if (!Permission.BUILD.hasPermission(player) || !hasSimulatorItem(player)) { - if (removeCursor(player) || SimulatorWatcher.show(null, player)) { + if (removeCursor(player) | SimulatorWatcher.show(null, player)) { SWUtils.sendToActionbar(player, ""); } return;