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

version 2.2 stable

This commit is contained in:
RaidMax
2018-10-12 21:28:22 -05:00
parent 19045b7f3f
commit 02d52be9f2
6 changed files with 28 additions and 7 deletions

View File

@ -53,9 +53,6 @@ namespace IW4MAdmin.Application
private ApplicationManager()
{
// do any needed migrations
// todo: move out
ConfigurationMigration.MoveConfigFolder10518(Logger);
_servers = new List<Server>();
Commands = new List<Command>();
TaskStatuses = new List<AsyncStatus>();