mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-06 00:18:36 +01:00
Removed debug.
This commit is contained in:
parent
2e8a3e2abb
commit
4d045aa966
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user