Removed todos in code. If they are needed, let's make an issue in Github

This commit is contained in:
tastybento 2019-09-26 08:17:01 -07:00
parent 3e94418e54
commit d6e4280a44
2 changed files with 0 additions and 2 deletions

View File

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

View File

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