Ok, an update.
In the source code in client.cpp I see:
clog(WORLD__CLIENT,"Sending client to zone %s (%d:%d) at %s:%d",zonename,zoneID,instanceID,zsi->ip,zsi->port);
So, the IP address should be printing before the port, but i am only seeing :<port#>. Why is the IP address not printing for me? Any ideas before I start modifying code to print out more debug messages? LOL
|