From f4851f9466fe6cc4bedc86cdfb01f24ffb2ba69c Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Sun, 17 Feb 2019 19:49:10 +1100 Subject: [PATCH] random reload ban issue resolve --- gamemodes/irresistible/security.pwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );