1
0
Fork 0

ProtoProxy: Fixed login kick packet direction.

This commit is contained in:
madmaxoft 2014-01-13 20:31:08 +01:00
parent 7e59296157
commit 9af16c3f28
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}