forked from EXTERNAL/bareiron
explicitly handle running out of player slots
This commit is contained in:
@@ -40,5 +40,6 @@ BlockChange block_changes[20000];
|
||||
int block_changes_count = 0;
|
||||
|
||||
PlayerData player_data[MAX_PLAYERS];
|
||||
int player_data_count = 0;
|
||||
|
||||
MobData mob_data[MAX_MOBS];
|
||||
|
Reference in New Issue
Block a user