close of PacketList not required to count last packet

This commit is contained in:
Stephen Birarda 2015-07-07 16:17:15 -07:00
parent 20b0f4f3d1
commit 6a76f858d8

View file

@ -280,8 +280,6 @@ int OctreeInboundPacketProcessor::sendNackPackets() {
}
}
nackPacketList.closeCurrentPacket();
int packetsSent = nackPacketList.getNumPackets();
if (packetsSent) {