From e543a81c6dc91713af0c5f753aa0d479affdfa2e Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Thu, 31 Aug 2017 06:56:15 +0300
Subject: Fix compilation warning.

---
 src/net/tmwa/beingrecv.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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?");
     }
 
-- 
cgit v1.2.3-70-g09d2