remove an extra line

This commit is contained in:
Stephen Birarda 2015-07-14 21:15:39 -07:00
parent e00dc8bfaa
commit 9204f004c0

View file

@ -474,7 +474,6 @@ void NodeList::processDomainServerList(QSharedPointer<NLPacket> packet) {
packetStream >> thisNodeCanRez;
setThisNodeCanRez((bool) thisNodeCanRez);
// pull each node in the packet
while (packetStream.device()->pos() < packet->getSizeUsed()) {
parseNodeFromPacketStream(packetStream);