inshallah kein fehler
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user