whitespace

This commit is contained in:
Aaron Kimbre 2025-01-02 17:06:08 -06:00
parent 3578076eca
commit fd1ce75380

View File

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