mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-07 08:58:27 +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!)
|
// Send a "you're kicked" message if the member is not the island owner (send before removing!)
|
||||||
if (!memberUUID.equals(island.getOwner())) {
|
if (!memberUUID.equals(island.getOwner())) {
|
||||||
member.sendMessage("commands.island.reset.kicked-from-island", "[gamemode]", getAddon().getDescription().getName());
|
member.sendMessage("commands.island.reset.kicked-from-island", "[gamemode]", getAddon().getDescription().getName());
|
||||||
} else {
|
|
||||||
System.out.println(memberUUID);
|
|
||||||
}
|
}
|
||||||
// Remove player
|
// Remove player
|
||||||
getIslands().removePlayer(getWorld(), memberUUID);
|
getIslands().removePlayer(getWorld(), memberUUID);
|
||||||
|
Loading…
Reference in New Issue
Block a user