not auto muting nosteamers anymore
This commit is contained in:
parent
452d5ef8c1
commit
61c99214c7
@ -75,15 +75,6 @@ public void SQL_OnConnectFinished(Database db, DBResultSet results, const char[]
|
||||
}
|
||||
}
|
||||
|
||||
public void OnClientPostAdminCheck(int client)
|
||||
{
|
||||
if (!IsFakeClient(client) && !IsClientSourceTV(client) && !PM_IsPlayerSteam(client))
|
||||
{
|
||||
//added simple auto muter for nosteamers again.
|
||||
BaseComm_SetClientMute(client, true);
|
||||
}
|
||||
}
|
||||
|
||||
public void OnClientAuthorized(int client, const char[] sAuthID)
|
||||
{
|
||||
if (!IsFakeClient(client) && !IsClientSourceTV(client) && !PM_IsPlayerSteam(client))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user