mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Fix for localaddress overwriting address
This commit is contained in:
parent
fb4cc70999
commit
97e47dcbfb
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user