mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Hotfix] Login Server failing to compile on Windows. (#2758)
This commit is contained in:
parent
f9ea7ddb62
commit
03a27b02ff
@ -148,7 +148,7 @@ void LoadServerConfig()
|
|||||||
|
|
||||||
void start_web_server()
|
void start_web_server()
|
||||||
{
|
{
|
||||||
sleep(1);
|
Sleep(1);
|
||||||
|
|
||||||
int web_api_port = server.config.GetVariableInt("web_api", "port", 6000);
|
int web_api_port = server.config.GetVariableInt("web_api", "port", 6000);
|
||||||
LogInfo("Webserver API now listening on port [{0}]", web_api_port);
|
LogInfo("Webserver API now listening on port [{0}]", web_api_port);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user