diff --git a/server/src/client/voice/VoiceClientConnection.cpp b/server/src/client/voice/VoiceClientConnection.cpp index 04c2468..c62ba37 100644 --- a/server/src/client/voice/VoiceClientConnection.cpp +++ b/server/src/client/voice/VoiceClientConnection.cpp @@ -31,7 +31,7 @@ using namespace ts::server; VoiceClientConnection::VoiceClientConnection(VoiceClient* client) : current_client{client}, crypt_handler{}, - packet_decoder_{&this->crypt_handler}, + packet_decoder_{&this->crypt_handler, true}, packet_encoder_{&this->crypt_handler, &this->packet_statistics_}, crypt_setup_handler_{this} { memtrack::allocated(this); diff --git a/shared b/shared index 2aed770..e58b123 160000 --- a/shared +++ b/shared @@ -1 +1 @@ -Subproject commit 2aed7708ee26127c26defaec23d4e64ea3d5cd80 +Subproject commit e58b123f4abcc0427adbf6ef4d8a41279187248b