mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-22 10:15:54 +01:00
Debug message
This commit is contained in:
parent
c193d2d7c5
commit
e87bdca80e
@ -217,7 +217,6 @@ public class Move implements Listener {
|
||||
if (player.hasPermission("fabledskyblock.bypass")) {
|
||||
Island loadedIsland = islandManager.loadIslandAtLocation(player.getLocation());
|
||||
if (loadedIsland != null) {
|
||||
Bukkit.broadcastMessage("Sidestepped normal rules for bypass user");
|
||||
playerData.setIsland(loadedIsland.getOwnerUUID());
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user