From 2cdb6c02fd44ead09bcd3c3f2b51ba50cb986f34 Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sat, 20 Jan 2024 23:16:31 +0800 Subject: [PATCH] [server] Add missing MAX_FILTER_SCRIPTS macro --- server/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/main.h b/server/main.h index 6ee68b9..df8c4e7 100644 --- a/server/main.h +++ b/server/main.h @@ -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