This commit is contained in:
michael.reiswich
2021-03-31 16:29:45 +02:00
parent 76e44c2c99
commit 8f6cddc3c6
3 changed files with 5 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ namespace ReallifeGamemode.Server.Commands
ChatService.NotAuthorized(player);
return;
}
ChatService.BroadcastFaction("~36648B~[Event]" + player.Name + msg, new List<int>() { 9 }) ;
ChatService.BroadcastFaction("~b~[Event] " + player.Name + ": " + msg, new List<int>() { 9 }) ;
}
}