remove an Xcode vim accidentalism

This commit is contained in:
Stephen Birarda 2015-07-14 21:15:22 -07:00
parent ccc2649d26
commit e00dc8bfaa

View file

@ -474,6 +474,7 @@ 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);