More fixes
This commit is contained in:
@@ -3,6 +3,7 @@ using ReallifeGamemode.Server.Entities;
|
||||
using ReallifeGamemode.Server.Extensions;
|
||||
using ReallifeGamemode.Server.Job;
|
||||
using ReallifeGamemode.Server.Util;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@@ -103,5 +104,10 @@ namespace ReallifeGamemode.Server.Services
|
||||
{
|
||||
job.GetUsersInJob().ForEach(c => ChatService.SendMessage(c, message));
|
||||
}
|
||||
|
||||
internal static void BroadcastFaction(string v, List<int> list)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user