Fixed skip and negate flags
This commit is contained in:
@@ -228,7 +228,7 @@ void VoiceClientConnection::handleDatagramReceived(const pipes::buffer_view& buf
|
||||
} else {
|
||||
//TODO: Needs rethinking because read_queue.push_back increases the index, but this has not to be the packet id
|
||||
if(!read_queue.push_back(move(packet))) {
|
||||
debugMessage(this->client->getServerId(), "{} Got unordered packet of type {} which is out of the buffer range of {}. Packet ID: {}. Dropping packet.",
|
||||
debugMessage(this->client->getServerId(), "{} Got unordered packet of type {} which is out of the buffer capacity of {}. Packet ID: {}. Dropping packet.",
|
||||
CLIENT_STR_LOG_PREFIX_(this->client),
|
||||
packet_type.name(),
|
||||
read_queue.capacity(),
|
||||
|
||||
Reference in New Issue
Block a user