Fixed native client code

This commit is contained in:
WolverinDEV
2019-07-05 21:36:28 +02:00
parent ca8b46b590
commit 93cf160be3
4 changed files with 17 additions and 17 deletions
@@ -480,7 +480,7 @@ void ServerConnection::send_voice_data(const void *buffer, size_t buffer_length,
memcpy(&data_buffer[3], buffer, buffer_length);
if(head) /* head packet */
packet->enableFlag(ts::protocol::PacketFlag::Compressed);
packet->enable_flag(ts::protocol::PacketFlag::Compressed);
this->protocol_handler->send_packet(packet);
}