From b2d090887937c8d5841651566c6d98bbe49373dc Mon Sep 17 00:00:00 2001 From: p2r3 Date: Fri, 29 Aug 2025 23:29:53 +0300 Subject: [PATCH] disable flight by default --- include/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/globals.h b/include/globals.h index f9546b6..fd6df27 100644 --- a/include/globals.h +++ b/include/globals.h @@ -65,7 +65,7 @@ // could cause bad performance or even crashes during gameplay. #define ALLOW_CHESTS // If defined, enables flight for all players -#define ENABLE_PLAYER_FLIGHT +// #define ENABLE_PLAYER_FLIGHT // If defined, logs unrecognized packet IDs // #define DEV_LOG_UNKNOWN_PACKETS