diff options
Diffstat (limited to 'source/Protocol125.cpp')
-rw-r--r-- | source/Protocol125.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Protocol125.cpp b/source/Protocol125.cpp index 41a64f24b..4f162dab6 100644 --- a/source/Protocol125.cpp +++ b/source/Protocol125.cpp @@ -1028,7 +1028,7 @@ int cProtocol125::ParseLogin(void) LOGWARNING("Login Username (\"%s\") does not match Handshake username (\"%s\") for client @ \"%s\", kicking",
Username.c_str(),
m_Username.c_str(),
- m_Client->GetSocket().GetIPString().c_str()
+ m_Client->GetIPString().c_str()
);
m_Client->Kick("Hacked client"); // Don't tell them why we don't want them
return PARSE_OK;
|