mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
Fix for localaddress overwriting address
This commit is contained in:
@@ -119,7 +119,7 @@ void WorldServer::OnConnected() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(config->LocalAddress.length() > 0) {
|
if(config->LocalAddress.length() > 0) {
|
||||||
strn0cpy(sci->address, config->LocalAddress.c_str(), 250);
|
strn0cpy(sci->local_address, config->LocalAddress.c_str(), 250);
|
||||||
}
|
}
|
||||||
|
|
||||||
SendPacket(pack);
|
SendPacket(pack);
|
||||||
|
|||||||
Reference in New Issue
Block a user