diff --git a/rehlds/engine/filter.h b/rehlds/engine/filter.h index 43e9609..b2a080b 100644 --- a/rehlds/engine/filter.h +++ b/rehlds/engine/filter.h @@ -30,13 +30,8 @@ #include "userid.h" -#ifdef REHLDS_FIXES -const int MAX_IPFILTERS = 4096; -const int MAX_USERFILTERS = 4096; -#else const int MAX_IPFILTERS = 32768; const int MAX_USERFILTERS = 32768; -#endif // REHLDS_FIXES typedef struct ipfilter_s {