forked from Tr0n/client
translate commented out code and traces
This commit is contained in:
@ -655,7 +655,7 @@ bool CPythonNetworkStream::RecvDefaultPacket(int header)
|
||||
if (!header)
|
||||
return true;
|
||||
|
||||
TraceError("\xC3\xB3\xB8\xAE\xB5\xC7\xC1\xF6 \xBE\xCA\xC0\xBA \xC6\xD0\xC5\xB6 \xC7\xEC\xB4\xF5 %d, state %s\n", header, m_strPhase.c_str());
|
||||
TraceError("Unprocessed packet header %d, state %s\n", header, m_strPhase.c_str());
|
||||
ClearRecvBuffer();
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user