- Fixed ban checking
- Small changes
- Updated css
This commit is contained in:
Dawid Bepierszcz
2024-03-09 12:06:50 +01:00
parent 2ab2f9c4dc
commit 525905194c
10 changed files with 62 additions and 45 deletions

View File

@@ -358,7 +358,6 @@ namespace CS2_SimpleAdmin
await _muteManager.UnmutePlayer(player.SteamID.ToString(), 0); // Unmute by type 0 (gag)
});
if (TagsDetected)
Server.ExecuteCommand($"css_tag_unmute {player!.SteamID}");
});
@@ -695,7 +694,6 @@ namespace CS2_SimpleAdmin
player.VoiceFlags = VoiceFlags.Normal;
});
*/
}
[ConsoleCommand("css_silence")]