/ga-Farbe fixert

This commit is contained in:
Luke
2021-05-02 21:54:33 +00:00
parent 03f3808a3f
commit 5f008eecb8

View File

@@ -102,7 +102,7 @@ namespace ReallifeGamemode.Server.Commands
dbContext.GangChatLogs.Add(logEntry);
dbContext.SaveChanges();
string broadcastMessage = "!{CC3333}** [" + factionName + "] " + player.Name + ": " + message + " **";
string broadcastMessage = "!{E52222}** [" + factionName + "] " + player.Name + ": " + message + " **";
using (var context = new DatabaseContext())
{
ChatService.BroadcastFaction(broadcastMessage, context.Factions.ToList().FindAll(c => c.GangOwned), true, (admin) => admin.HasData("togga"));