KnifeBan: funny bug isnt it?.....
This commit is contained in:
parent
22be0183ea
commit
ffbf3910fa
@ -95,7 +95,7 @@ public void OnClientPostAdminCheck(int client)
|
|||||||
if(length == -1)
|
if(length == -1)
|
||||||
g_bKnifeBanned[client] = true;
|
g_bKnifeBanned[client] = true;
|
||||||
else if(length > 0)
|
else if(length > 0)
|
||||||
CheckIfClientIsStillKnifeBanned(sAuth, client, length, time);
|
CheckIfClientIsStillKnifeBanned(sAuth, client, time, length);
|
||||||
}
|
}
|
||||||
|
|
||||||
int accountid = GetSteamAccountID(client);
|
int accountid = GetSteamAccountID(client);
|
||||||
|
Loading…
Reference in New Issue
Block a user