mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
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:
parent
b0bfc30b07
commit
0bbd4af496
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user