mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
Final touches for version 0.9.1
This commit is contained in:
@ -50,9 +50,11 @@ namespace IW4MAdmin
|
||||
if (serverManager.getServers() != null)
|
||||
Console.WriteLine("IW4M Now Initialized! Visit http://127.0.0.1:1624 for server overview.");
|
||||
|
||||
//this is blocking so if it goes down :(
|
||||
IW4MAdmin_Web.WebFront frontEnd = new IW4MAdmin_Web.WebFront();
|
||||
frontEnd.Init();
|
||||
if (serverManager.getServers().Count > 0)
|
||||
{
|
||||
IW4MAdmin_Web.WebFront frontEnd = new IW4MAdmin_Web.WebFront();
|
||||
frontEnd.Init();
|
||||
}
|
||||
}
|
||||
#if DEBUG
|
||||
static void setupConfig()
|
||||
|
Reference in New Issue
Block a user