comments and tweaks

This commit is contained in:
Aaron Kimbre
2025-01-15 14:59:30 -06:00
parent 5b8fe2cba0
commit 9542216650
3 changed files with 6 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ ChatWebAPI::~ChatWebAPI() {
}
bool ChatWebAPI::Startup() {
// make listen address
// Make listen address
std::string listen_ip = Game::config->GetValue("web_server_listen_ip");
if (listen_ip == "localhost") listen_ip = "127.0.0.1";