From 0bbd4af49630d6ed9a5bb0aab4a0f71d0229ca36 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 1 Dec 2024 16:48:09 +0000 Subject: [PATCH] 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. --- src/player/Player.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/player/Player.php b/src/player/Player.php index ad5fe851c..4b09b0631 100644 --- a/src/player/Player.php +++ b/src/player/Player.php @@ -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;