From 61c99214c7bf6fcb992d411d8089a7f13ce565c7 Mon Sep 17 00:00:00 2001 From: jenz Date: Sat, 30 May 2026 15:25:31 +0200 Subject: [PATCH] not auto muting nosteamers anymore --- block_nosteam_bhop/scripting/BlockNosteam_features.sp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/block_nosteam_bhop/scripting/BlockNosteam_features.sp b/block_nosteam_bhop/scripting/BlockNosteam_features.sp index 7431a76..d002748 100755 --- a/block_nosteam_bhop/scripting/BlockNosteam_features.sp +++ b/block_nosteam_bhop/scripting/BlockNosteam_features.sp @@ -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))