1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

explicitly handle running out of player slots

This commit is contained in:
p2r3
2025-08-27 15:31:09 +03:00
parent 035be84850
commit b7234ab31e
4 changed files with 14 additions and 1 deletions

View File

@@ -131,6 +131,7 @@ extern BlockChange block_changes[20000];
extern int block_changes_count;
extern PlayerData player_data[MAX_PLAYERS];
extern int player_data_count;
extern MobData mob_data[MAX_MOBS];