mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
[Logs] Show local_address in correct location (#1721)
This commit is contained in:
parent
dc1c7bb284
commit
7d495c56b3
@ -614,7 +614,7 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
|
|||||||
|
|
||||||
if (sci->local_address[0]) {
|
if (sci->local_address[0]) {
|
||||||
strn0cpy(client_local_address, sci->local_address, 250);
|
strn0cpy(client_local_address, sci->local_address, 250);
|
||||||
LogInfo("Zone specified local address [{}]", sci->address);
|
LogInfo("Zone specified local address [{}]", sci->local_address);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sci->process_id) {
|
if (sci->process_id) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user