diff --git a/Server/Services/ChatService.cs b/Server/Services/ChatService.cs index 1c6cc651..b9d98f93 100644 --- a/Server/Services/ChatService.cs +++ b/Server/Services/ChatService.cs @@ -52,6 +52,11 @@ namespace reallife_gamemode.Server.Services } } + public static void BroadcastFaction(string message, Faction f) + { + BroadcastFaction(message, new List() { f }); + } + public static void BroadcastAdmin(string message, AdminLevel minLevel) { NAPI.Pools.GetAllPlayers().ForEach(p =>