diff --git a/ReallifeGamemode.Server/Commands/UserCommands.cs b/ReallifeGamemode.Server/Commands/UserCommands.cs index 9b95e21c..427f8fa4 100644 --- a/ReallifeGamemode.Server/Commands/UserCommands.cs +++ b/ReallifeGamemode.Server/Commands/UserCommands.cs @@ -96,7 +96,7 @@ namespace ReallifeGamemode.Server.Commands ChatService.NotAuthorized(player); return; } - ChatService.BroadcastFaction(msg, new List() { 9 }) ; + ChatService.BroadcastFaction("~36648B~[Event]" + player.Name + msg, new List() { 9 }) ; } }