Removes some TODOs

This commit is contained in:
2023-03-29 02:19:40 +02:00
parent 45bdb3f2a6
commit 34989e6673
3 changed files with 0 additions and 12 deletions

View File

@ -22,8 +22,6 @@ public class ListArenaCommand implements TabExecutor {
for (String arenaName : TabCompleteHelper.getArenas()) {
sender.sendMessage(arenaName);
}
//TODO: Allow displaying information about each arena (possibly admin-only)
return true;
}