diff --git a/dChatServer/ChatServer.cpp b/dChatServer/ChatServer.cpp index 0a5cc8b7..8bb075c0 100644 --- a/dChatServer/ChatServer.cpp +++ b/dChatServer/ChatServer.cpp @@ -155,6 +155,7 @@ int main(int argc, char** argv) { Game::server->DeallocatePacket(packet); packet = nullptr; } + //Check and handle web requests: if (web_server_enabled) { chatwebapi.ReceiveRequests();