mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Swap the IP address returned by AuthSrv.
This commit is contained in:
@ -2754,7 +2754,7 @@ bool AgeRequestTrans::Send () {
|
||||
//============================================================================
|
||||
void AgeRequestTrans::Post () {
|
||||
plNetAddress addr;
|
||||
addr.SetHost(m_gameSrvNode);
|
||||
addr.SetHost(htonl(m_gameSrvNode));
|
||||
|
||||
m_callback(
|
||||
m_result,
|
||||
|
Reference in New Issue
Block a user