diff --git a/src/protocol/CryptionHandler.cpp b/src/protocol/CryptionHandler.cpp index 5d1b3c8..300d86e 100644 --- a/src/protocol/CryptionHandler.cpp +++ b/src/protocol/CryptionHandler.cpp @@ -309,7 +309,7 @@ bool CryptionHandler::decryptPacket(protocol::BasicPacket *packet, std::string & return false; } - packet->data(pipes::buffer_view{target_buffer, length}); + //packet->data(pipes::buffer_view{target_buffer, length}); packet->setEncrypted(false); return true; }