Added comment.

This commit is contained in:
Tastybento 2017-12-14 08:36:32 -08:00
parent fd8c48bbd6
commit a429513869
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ public abstract class AbstractIslandTeamCommandArgument extends CommandArgument
protected HashMap<UUID, Long> resetWaitTime = new HashMap<>();
protected Set<UUID> leavingPlayers = new HashSet<>();
protected Set<UUID> kickingPlayers = new HashSet<>();
// TODO: It would be good if these could be auto-provided
protected CommandSender sender;
protected Player player;
protected UUID playerUUID;