[Hotfix] Login Server failing to compile on Windows. (#2758)

This commit is contained in:
Aeadoin 2023-01-18 21:21:36 -05:00 committed by GitHub
parent f9ea7ddb62
commit 03a27b02ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);