KnifeBan: funny bug isnt it?.....

This commit is contained in:
hubdom 2021-01-20 23:28:33 +01:00
parent 22be0183ea
commit ffbf3910fa

View File

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