From 216bdb4c6c68572a3a3f2e2fda3b17480eecebef Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 15 Oct 2018 17:33:58 +0200 Subject: [PATCH] Fixed errors --- Server/Services/ChatService.cs | 5 +++++ 1 file changed, 5 insertions(+) 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 =>