PlaytimeStats: wolololo
This commit is contained in:
parent
497203ad1f
commit
5cccf8af30
@ -59,6 +59,9 @@ public void OnClientDisconnect(int client)
|
||||
|
||||
int iAuthID = GetSteamAccountID(client);
|
||||
|
||||
if(iAuthID == 0)
|
||||
return;
|
||||
|
||||
char sName[MAX_NAME_LENGTH];
|
||||
GetClientName(client, sName, sizeof(sName));
|
||||
char sSafeName[(2*MAX_NAME_LENGTH)+1];
|
||||
|
Loading…
Reference in New Issue
Block a user