(svn r19818) -Fix [FS#3784](r16004): kicking clients by IP didn't work

This commit is contained in:
smatz
2010-05-13 16:00:50 +00:00
parent 241dd9a9f5
commit 80fd67a314
4 changed files with 64 additions and 84 deletions

View File

@@ -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)