From fd1ce75380105f072743b1e22ea0bde847dafcad Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Thu, 2 Jan 2025 17:06:08 -0600 Subject: [PATCH] whitespace --- dChatServer/ChatServer.cpp | 1 + 1 file changed, 1 insertion(+) 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();