1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00

use config block change limit in source file too

This commit is contained in:
p2r3
2025-08-29 15:44:22 +03:00
parent 67b50beb90
commit e5c5b8338d

View File

@@ -36,7 +36,7 @@ uint8_t motd_len = sizeof(motd) - 1;
uint16_t client_count; uint16_t client_count;
BlockChange block_changes[20000]; BlockChange block_changes[MAX_BLOCK_CHANGES];
int block_changes_count = 0; int block_changes_count = 0;
PlayerData player_data[MAX_PLAYERS]; PlayerData player_data[MAX_PLAYERS];