- Finally? fixed sqladmins
This commit is contained in:
Dawid Bepierszcz
2024-01-13 23:12:23 +01:00
parent 48baac0a7b
commit 2d41a62b52
4 changed files with 45 additions and 20 deletions

View File

@@ -166,7 +166,7 @@ namespace CS2_SimpleAdmin
CS2_SimpleAdmin.gaggedPlayers.Add((int)player.Index);
if (CS2_SimpleAdmin.TagsDetected)
NativeAPI.IssueServerCommand($"css_tag_mute {player!.Index.ToString()}");
NativeAPI.IssueServerCommand($"css_tag_mute {player!.Index}");
/*
CCSPlayerController currentPlayer = player;