diff options
author | madmaxoft <github@xoft.cz> | 2014-01-13 20:31:08 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-13 20:31:08 +0100 |
commit | 9af16c3f28bfa08394e771423d7450c413233ce1 (patch) | |
tree | 375d6c05b5f15e70493c8e4197371ba2afbc4a40 | |
parent | Generating the bindings outputs a message at the end. (diff) | |
download | cuberite-9af16c3f28bfa08394e771423d7450c413233ce1.tar cuberite-9af16c3f28bfa08394e771423d7450c413233ce1.tar.gz cuberite-9af16c3f28bfa08394e771423d7450c413233ce1.tar.bz2 cuberite-9af16c3f28bfa08394e771423d7450c413233ce1.tar.lz cuberite-9af16c3f28bfa08394e771423d7450c413233ce1.tar.xz cuberite-9af16c3f28bfa08394e771423d7450c413233ce1.tar.zst cuberite-9af16c3f28bfa08394e771423d7450c413233ce1.zip |
Diffstat (limited to '')
-rw-r--r-- | Tools/ProtoProxy/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ProtoProxy/Connection.cpp b/Tools/ProtoProxy/Connection.cpp index f38ea02ed..de67c6e43 100644 --- a/Tools/ProtoProxy/Connection.cpp +++ b/Tools/ProtoProxy/Connection.cpp @@ -1249,7 +1249,7 @@ bool cConnection::HandleServerLoginDisconnect(void) HANDLE_SERVER_PACKET_READ(ReadVarUTF8String, AString, Reason); Log("Received a login-disconnect packet from the server:"); Log(" Reason = \"%s\"", Reason.c_str()); - COPY_TO_SERVER(); + COPY_TO_CLIENT(); return true; } |