Fixed compile errors

This commit is contained in:
WolverinDEV 2021-02-12 14:44:31 +01:00
parent 84f4885466
commit 58691a23b8
2 changed files with 2 additions and 2 deletions

View File

@ -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<VoiceClientConnection>(this);

2
shared

@ -1 +1 @@
Subproject commit 2aed7708ee26127c26defaec23d4e64ea3d5cd80
Subproject commit e58b123f4abcc0427adbf6ef4d8a41279187248b