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