From d90a46c832867c5a2a6786ad0bdb2942cd5bb76d Mon Sep 17 00:00:00 2001 From: p2r3 Date: Mon, 8 Sep 2025 17:44:55 +0300 Subject: [PATCH] add note about minimum visited history size --- include/globals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/globals.h b/include/globals.h index 173ad2e..c481640 100644 --- a/include/globals.h +++ b/include/globals.h @@ -67,6 +67,7 @@ // How many visited chunk coordinates to "remember" // The server will not re-send chunks that the player has recently been in +// Must be at least 1, otherwise chunks will be sent on each position update #define VISITED_HISTORY 4 // How many player-made block changes to allow