Fixed a permission bug
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user