Fixed errors
This commit is contained in:
@@ -52,6 +52,11 @@ namespace reallife_gamemode.Server.Services
|
||||
}
|
||||
}
|
||||
|
||||
public static void BroadcastFaction(string message, Faction f)
|
||||
{
|
||||
BroadcastFaction(message, new List<Faction>() { f });
|
||||
}
|
||||
|
||||
public static void BroadcastAdmin(string message, AdminLevel minLevel)
|
||||
{
|
||||
NAPI.Pools.GetAllPlayers().ForEach(p =>
|
||||
|
||||
Reference in New Issue
Block a user