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

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