1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

I apparently initialized the commands for each server, which result in 114 commands being added. That is now fixed.

Hopefully this is the final fix for chat remaining on empty servers. (order matters!)
Configuration setting to allow multiple owners.
Fixed setlevel issues.
Organized Server class variables
This commit is contained in:
RaidMax
2017-06-19 13:58:01 -04:00
parent 622a0a8ddc
commit 7dfc2bbc1b
17 changed files with 503 additions and 514 deletions

View File

@ -11,7 +11,7 @@ namespace IW4MAdmin
class Program
{
static public double Version { get; private set; }
static private Manager ServerManager;
static private ApplicationManager ServerManager;
static void Main(string[] args)
{
@ -33,7 +33,7 @@ namespace IW4MAdmin
{
CheckDirectories();
ServerManager = Manager.GetInstance();
ServerManager = ApplicationManager.GetInstance();
ServerManager.Init();
Task.Run(() =>