Server: Increase ENTITYDEF_MAX to 256

This commit is contained in:
Marco Cawthorne 2023-09-20 15:10:49 -07:00
parent 4a8df93395
commit 724523ce2c
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
/* games can feel free to set this to whatever you need. */
#ifndef ENTITYDEF_MAX
#define ENTITYDEF_MAX 128
#define ENTITYDEF_MAX 256
#endif
var string g_lastSpawnData;