inshallah kein fehler

This commit is contained in:
hydrant
2020-05-10 23:18:53 +02:00
153 changed files with 6517 additions and 3407 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)
{
@@ -99,6 +97,7 @@ namespace ReallifeGamemode.Server.Services
}
});
}
public static void BroadcastDutyAdmin(string message)
{
NAPI.Pools.GetAllPlayers().ForEach(p =>