Skip to content

Commit 015761b

Browse files
committed
temporary fix
1 parent 28d42c1 commit 015761b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Utils/ChaseModUtils.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ public static void ChatPrefixed(CCSPlayerController player, string message)
4848
}
4949
public static void ChatAllPrefixed(string message)
5050
{
51-
Server.PrintToChatAll($" {ChatColors.Magenta}HNS {ChatColors.Grey}| {message}");
51+
foreach (var controller in Utilities.GetPlayers())
52+
{
53+
ChatPrefixed(controller, message);
54+
}
5255
}
5356
}

0 commit comments

Comments
 (0)