diff --git a/src/main/java/world/bentobox/bentobox/api/commands/island/IslandResetCommand.java b/src/main/java/world/bentobox/bentobox/api/commands/island/IslandResetCommand.java index 87e984491..318a7272d 100644 --- a/src/main/java/world/bentobox/bentobox/api/commands/island/IslandResetCommand.java +++ b/src/main/java/world/bentobox/bentobox/api/commands/island/IslandResetCommand.java @@ -161,8 +161,6 @@ public class IslandResetCommand extends ConfirmableCommand { // Send a "you're kicked" message if the member is not the island owner (send before removing!) if (!memberUUID.equals(island.getOwner())) { member.sendMessage("commands.island.reset.kicked-from-island", "[gamemode]", getAddon().getDescription().getName()); - } else { - System.out.println(memberUUID); } // Remove player getIslands().removePlayer(getWorld(), memberUUID);