Miese Corona Zeiten push für Lenhardt

This commit is contained in:
Siga
2020-05-10 19:19:53 +02:00
parent 15e4cec8ee
commit efbff34c21
159 changed files with 8042 additions and 8695 deletions

View File

@@ -1,14 +1,12 @@
using GTANetworkAPI;
using ReallifeGamemode.Database;
using System.Collections.Generic;
using System.Linq;
using GTANetworkAPI;
using ReallifeGamemode.Database.Entities;
using ReallifeGamemode.Database.Models;
using ReallifeGamemode.Server.Extensions;
using ReallifeGamemode.Server.Job;
using ReallifeGamemode.Server.Types;
using ReallifeGamemode.Server.Util;
using System;
using System.Collections.Generic;
using System.Linq;
/**
* @overview Life of German Reallife - Chat Service (ChatService.cs)
@@ -18,7 +16,7 @@ using System.Linq;
namespace ReallifeGamemode.Server.Services
{
class ChatService
internal class ChatService
{
public static void NotAuthorized(Player player)
{
@@ -93,6 +91,7 @@ namespace ReallifeGamemode.Server.Services
}
});
}
public static void BroadcastDutyAdmin(string message)
{
foreach (Player admin in GlobalHelper.DutyAdmins)