This commit is contained in:
Bitl 2019-02-24 12:47:43 -07:00
parent da0f132383
commit 7b92a5b5b2

View File

@ -178,11 +178,13 @@ namespace NovetusLauncher
catch (Exception ex)
{
ConsolePrint("WebServer: Failed to launch WebServer. Some features may not function. (" + ex.Message + ")", 2);
label17.Visible = false;
}
}
else
{
ConsolePrint("WebServer: Failed to launch WebServer. Some features may not function. (Did not run as Administrator)", 2);
label17.Visible = false;
}
}