mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-20 23:21:33 +01:00
Removed todos in code. If they are needed, let's make an issue in Github
This commit is contained in:
parent
3e94418e54
commit
d6e4280a44
@ -91,7 +91,6 @@ public class IslandTeamInviteAcceptCommand extends ConfirmableCommand {
|
||||
if (island != null) {
|
||||
getIslands().deleteIsland(island, true, user.getUniqueId());
|
||||
}
|
||||
// TODO Set the cooldown
|
||||
// Reset deaths
|
||||
if (getIWM().isTeamJoinDeathReset(getWorld())) {
|
||||
getPlayers().setDeaths(getWorld(), playerUUID, 0);
|
||||
|
@ -54,7 +54,6 @@ public class IslandTeamInviteRejectCommand extends CompositeCommand {
|
||||
}
|
||||
} else {
|
||||
// Someone typed /island reject and had not been invited
|
||||
// TODO: make the error nicer if there are invites in other worlds
|
||||
user.sendMessage("commands.island.team.invite.errors.none-invited-you");
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user