(svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work
This commit is contained in:
@@ -1786,7 +1786,7 @@ static void ClientList_Ban(byte client_no)
|
||||
|
||||
if (ci == NULL) return;
|
||||
|
||||
NetworkServerBanIP(GetClientIP(ci));
|
||||
NetworkServerKickOrBanIP(GetClientIP(ci), true);
|
||||
}
|
||||
|
||||
static void ClientList_GiveMoney(byte client_no)
|
||||
|
Reference in New Issue
Block a user