mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 10:43:23 +00:00
1.3.6b
- Fixed ban checking - Small changes - Updated css
This commit is contained in:
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user