Fixed a permission bug

This commit is contained in:
WolverinDEV
2019-11-09 18:53:53 +01:00
parent 3e88ae46b6
commit ca00f690fd
7 changed files with 49 additions and 22 deletions
@@ -603,6 +603,7 @@ bool VoiceClientConnection::preprocess_write_packets() {
packet = std::move(category.queue.front());
category.queue.pop_front();
category.has_work = !category.queue.empty();
flag_more = category.has_work;
}
if(!this->prepare_packet_for_write(buffers, packet, work_lock)) {