fix(BauSystem): cursor not properly disapearing

This commit is contained in:
D4rkr34lm
2026-06-03 21:23:36 +02:00
parent aa807060f4
commit 8eb5f5ddf2
@@ -172,7 +172,7 @@ public class SimulatorCursor implements Listener {
public static void calcCursor(Player player) { public static void calcCursor(Player player) {
if (!Permission.BUILD.hasPermission(player) || !hasSimulatorItem(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, ""); SWUtils.sendToActionbar(player, "");
} }
return; return;