diff --git a/loginserver/main.cpp b/loginserver/main.cpp index 35da571f0..43daa4551 100644 --- a/loginserver/main.cpp +++ b/loginserver/main.cpp @@ -148,7 +148,7 @@ void LoadServerConfig() void start_web_server() { - sleep(1); + Sleep(1); int web_api_port = server.config.GetVariableInt("web_api", "port", 6000); LogInfo("Webserver API now listening on port [{0}]", web_api_port);