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

Downgraded external lib to VS 2010

This commit is contained in:
raidmax@live.com
2015-07-24 14:46:32 -05:00
parent dfd5d51a06
commit a0ccd3ffa8
9 changed files with 165 additions and 41 deletions

View File

@ -24,7 +24,7 @@ namespace IW4MAdmin
else
Console.WriteLine(" Version " + Version + " (unable to retrieve latest)");
Console.WriteLine("=====================================================");
#if DEBUG
#if DEBUG2
if (viableServers.Count < 1)
viableServers = checkConfig(); // fall back to config
Servers = viableServers;
@ -56,7 +56,7 @@ namespace IW4MAdmin
frontEnd.Init();
}
}
#if DEBUG
#if DEBUG2
static void setupConfig()
{
bool validPort = false;
@ -91,7 +91,7 @@ namespace IW4MAdmin
return serverManager.getServers().ToArray();
}
#if DEBUG
#if DEBUG2
static List<Server> checkConfig()
{