Remove TODO comment

the remaining bool flags are user input toggles, not abilities, so it doesn't make sense to move them to permissions.

permissions are intended for what the player is *allowed* to do, not what they *want* to do.
This commit is contained in:
Dylan K. Taylor 2024-12-01 16:48:09 +00:00
parent b0bfc30b07
commit 0bbd4af496
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -273,7 +273,6 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
private bool $respawnLocked = false;
//TODO: Abilities
protected bool $autoJump = true;
protected bool $flying = false;