1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

tweaks to stats and fixed the alias command, made the logger thread safe.. whoops

This commit is contained in:
RaidMax
2017-06-01 12:42:28 -05:00
parent 063449d9c4
commit 04df8d5408
12 changed files with 99 additions and 63 deletions

View File

@ -36,7 +36,7 @@ namespace IW4MAdmin
ServerManager = Manager.GetInstance();
ServerManager.Init();
/*Task.Run(() =>
Task.Run(() =>
{
String userInput;
Player Origin = new Player("IW4MAdmin", "", -1, Player.Permission.Console, -1, "", 0, "");
@ -56,7 +56,7 @@ namespace IW4MAdmin
Console.Write('>');
} while (userInput != null && ServerManager.Running);
});*/
});
}