Updated changelog

This commit is contained in:
WolverinDEV 2019-07-07 18:57:24 +02:00
parent b97239ef3a
commit 57ba1027c5

View File

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