From 76e44c2c992389dfe1c9c1bde37073f87d535fa7 Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Wed, 31 Mar 2021 16:20:53 +0200 Subject: [PATCH] chat andere farbe --- ReallifeGamemode.Server/Commands/UserCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) ; } }