From 57ba1027c5fa390be4d47242b1d53f695e0c759d Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 7 Jul 2019 18:57:24 +0200 Subject: [PATCH] Updated changelog --- src/protocol/CryptionHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }