removed comment
This commit is contained in:
parent
890e2e1418
commit
723525f8c5
@ -334,15 +334,6 @@ public void OnClientPostAdminCheck(int client)
|
||||
|
||||
char sAuthID[32];
|
||||
GetClientAuthId(client, AuthId_Steam2, sAuthID, sizeof(sAuthID), false);
|
||||
|
||||
/*
|
||||
if(!SteamClientAuthenticatedEx(sAuthID))
|
||||
{
|
||||
LogMessage("%L was not authenticated with steam, muting client.", client);
|
||||
BaseComm_SetClientMute(client, true);
|
||||
return;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user