mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
comments and tweaks
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user