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