Update CS2-Tags.cs

This commit is contained in:
daffyyyy 2023-12-06 03:01:17 +01:00
parent 09a4a330e6
commit 996b6175b1

View file

@ -306,7 +306,7 @@ public class CS2_Tags : BasePlugin
{
foreach (var p in Utilities.GetPlayers().Where(p => p.IsValid && !p.IsBot && !p.IsHLTV && AdminManager.PlayerHasPermissions(p, "@css/chat")))
{
p.PrintToChat($" {ChatColors.Lime}(ADMIN) {ChatColors.Default}{player.PlayerName}: {info.GetArg(1)}");
p.PrintToChat($" {ChatColors.Lime}(ADMIN) {ChatColors.Default}{player.PlayerName}: {info.GetArg(1).Remove(0, 1)}");
}
return HookResult.Handled;