From d9888f2e0f7a1576676376b8abf8648957245c0d Mon Sep 17 00:00:00 2001 From: p2r3 Date: Sat, 30 Aug 2025 20:47:32 +0300 Subject: [PATCH] clarify flight flag description --- include/globals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/globals.h b/include/globals.h index 7bf944b..0cdb88d 100644 --- a/include/globals.h +++ b/include/globals.h @@ -64,7 +64,8 @@ // and use some terrible memory hacks to function. On some platforms, this // could cause bad performance or even crashes during gameplay. #define ALLOW_CHESTS -// If defined, enables flight for all players +// If defined, enables flight for all players. As a side-effect, allows +// players to sprint when starving. // #define ENABLE_PLAYER_FLIGHT // If defined, logs unrecognized packet IDs