removed comment

This commit is contained in:
jenz 2026-05-30 15:26:54 +02:00
parent 890e2e1418
commit 723525f8c5

View File

@ -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;
}
*/
}
//----------------------------------------------------------------------------------------------------