Debug message

This commit is contained in:
Esophose 2019-05-27 10:29:16 -06:00
parent c193d2d7c5
commit e87bdca80e

View File

@ -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;
}