[server] Add missing MAX_FILTER_SCRIPTS macro

This commit is contained in:
RD42
2024-01-20 23:16:31 +08:00
parent e827c74032
commit 2cdb6c02fd

View File

@ -8,6 +8,7 @@
#define MAX_PLAYERS 1000
#define MAX_VEHICLES 2000
#define MAX_FILTER_SCRIPTS 16
#define MAX_OBJECTS 1000
#define MAX_MENUS 128
#define MAX_TEXT_DRAWS 2048