Server: Increase ENTITYDEF_MAX to 256
This commit is contained in:
parent
4a8df93395
commit
724523ce2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue