forked from SteamWar/SteamWar
fix(BauSystem): cursor not properly disapearing
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user