random reload ban issue resolve

This commit is contained in:
Lorenc Pekaj 2019-02-17 19:49:10 +11:00
parent dc0ba63432
commit f4851f9466

View File

@ -157,7 +157,7 @@ hook OnPlayerFloodControl( playerid, iCount, iTimeSpan ) {
} }
return 1; return 1;
} }
#else
// aims to clear the banned from the server bug // aims to clear the banned from the server bug
hook OnIncomingConnection( playerid, ip_address[ ], port ) { hook OnIncomingConnection( playerid, ip_address[ ], port ) {
SendRconCommand( "reloadbans" ); SendRconCommand( "reloadbans" );