Comment on a possible step forward.

This commit is contained in:
asofold 2017-04-08 02:04:53 +02:00
parent 19e5e6f154
commit bf6c3ff753

View File

@ -25,6 +25,8 @@ import fr.neatmonster.nocheatplus.utilities.OnDemandTickListener;
*/
public class PlayerTask extends OnDemandTickListener {
// TODO: Merge with player-specific TickTask logic - (e.g. store playerId-> PlayerTask there).
// TODO: Also store the UUID here, prefer.
// TODO: Consider overriding some logic, because it is used in the main thread only (context: isRegisterd + register).
public final String lcName;