mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
remove an extra line
This commit is contained in:
parent
e00dc8bfaa
commit
9204f004c0
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue