mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Merge branch 'master' into eqemu_config_json
This commit is contained in:
@@ -1281,6 +1281,10 @@ void Client::Clearance(int8 response)
|
||||
} else {
|
||||
zs_addr = zs->GetIP().c_str();
|
||||
|
||||
if (!zs_addr[0]) {
|
||||
zs_addr = WorldConfig::get()->LocalAddress.c_str();
|
||||
}
|
||||
|
||||
if(strcmp(zs_addr, "127.0.0.1") == 0)
|
||||
{
|
||||
Log(Logs::Detail, Logs::World_Server, "Local zone address was %s, setting local address to: %s", zs_addr, WorldConfig::get()->LocalAddress.c_str());
|
||||
|
||||
Reference in New Issue
Block a user