diff options
Diffstat (limited to '')
-rw-r--r-- | source/cServer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cServer.cpp b/source/cServer.cpp index b294842b7..988594943 100644 --- a/source/cServer.cpp +++ b/source/cServer.cpp @@ -510,7 +510,7 @@ void cServer::ServerCommand(const AString & a_Cmd) { virtual bool Item(cPlayer * a_Player) override { - LOG("\t%s @ %s", a_Player->GetName().c_str(), a_Player->GetClientHandle()->GetSocket().GetIPString().c_str()); + LOG("\t%s @ %s", a_Player->GetName().c_str(), a_Player->GetClientHandle()->GetIPString().c_str()); return false; } } Logger; |