diff options
author | Mattes D <github@xoft.cz> | 2014-12-11 14:34:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-11 14:34:09 +0100 |
commit | 33c6ff872e72563b6e888476b66c4e9c19f8c840 (patch) | |
tree | fd77a6a003bdaa837e1ab265f35c82275d13e489 /src/ClientHandle.cpp | |
parent | Merge remote-tracking branch 'planetx/master' (diff) | |
download | cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.gz cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.bz2 cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.lz cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.xz cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.tar.zst cuberite-33c6ff872e72563b6e888476b66c4e9c19f8c840.zip |
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index cc83bcab3..cb9d34c84 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -1800,7 +1800,7 @@ bool cClientHandle::CheckMultiLogin(const AString & a_Username) { return true; } - } Callback; + } Callback; // Check if the player is in any World. if (cRoot::Get()->DoWithPlayer(a_Username, Callback)) |