Removed debug.

This commit is contained in:
tastybento 2019-09-21 16:50:20 -07:00
parent 2e8a3e2abb
commit 4d045aa966

View File

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