mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-02 22:47:43 +01:00
Added comment.
This commit is contained in:
parent
fd8c48bbd6
commit
a429513869
@ -25,6 +25,8 @@ public abstract class AbstractIslandTeamCommandArgument extends CommandArgument
|
|||||||
protected HashMap<UUID, Long> resetWaitTime = new HashMap<>();
|
protected HashMap<UUID, Long> resetWaitTime = new HashMap<>();
|
||||||
protected Set<UUID> leavingPlayers = new HashSet<>();
|
protected Set<UUID> leavingPlayers = new HashSet<>();
|
||||||
protected Set<UUID> kickingPlayers = new HashSet<>();
|
protected Set<UUID> kickingPlayers = new HashSet<>();
|
||||||
|
|
||||||
|
// TODO: It would be good if these could be auto-provided
|
||||||
protected CommandSender sender;
|
protected CommandSender sender;
|
||||||
protected Player player;
|
protected Player player;
|
||||||
protected UUID playerUUID;
|
protected UUID playerUUID;
|
||||||
|
Loading…
Reference in New Issue
Block a user