diff options
Diffstat (limited to 'src/net/tmwa/beingrecv.cpp')
-rw-r--r-- | src/net/tmwa/beingrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/beingrecv.cpp b/src/net/tmwa/beingrecv.cpp index d73abccc1..bb165789d 100644 --- a/src/net/tmwa/beingrecv.cpp +++ b/src/net/tmwa/beingrecv.cpp @@ -1405,7 +1405,7 @@ void BeingRecv::processIpResponse(Net::MessageIn &msg) } else { - ipToString(msg.readInt32("ip address")); + msg.readInt32("ip address"); DEBUGLOGSTR("invisible player?"); } |