clarify config wording

This commit is contained in:
p2r3
2025-08-28 01:55:56 +03:00
parent b26e74c382
commit df8ebf07d5

View File

@@ -32,7 +32,7 @@
#define TIME_BETWEEN_TICKS 1000000
// Calculated from TIME_BETWEEN_TICKS
#define TICKS_PER_SECOND ((float)1000000 / TIME_BETWEEN_TICKS)
// How many visited chunks to "remember"
// How many visited chunk coordinates to "remember"
// The server will not re-send chunks that the player has recently been in
#define VISITED_HISTORY 4
// If defined, scales the frequency at which player movement updates are