mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 04:06:23 +01:00
TODO file
This commit is contained in:
@@ -114,7 +114,6 @@ void Protocol::generateXteaKey()
|
||||
|
||||
bool Protocol::xteaDecrypt(InputMessage& inputMessage)
|
||||
{
|
||||
// FIXME: this function has not been tested yet
|
||||
uint16 messageSize = inputMessage.getMessageSize() - InputMessage::CHECKSUM_LENGTH;
|
||||
if(messageSize % 8 != 0) {
|
||||
logError("invalid encrypted network message");
|
||||
|
||||
Reference in New Issue
Block a user