Fixed native client code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user