diff --git a/gamemodes/irresistible/security.pwn b/gamemodes/irresistible/security.pwn index 811b5c1..1df0903 100644 --- a/gamemodes/irresistible/security.pwn +++ b/gamemodes/irresistible/security.pwn @@ -157,7 +157,7 @@ hook OnPlayerFloodControl( playerid, iCount, iTimeSpan ) { } return 1; } - +#else // aims to clear the banned from the server bug hook OnIncomingConnection( playerid, ip_address[ ], port ) { SendRconCommand( "reloadbans" );