Update CS2-Tags.cs
This commit is contained in:
parent
09a4a330e6
commit
996b6175b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue