mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +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;
|
packetStream >> thisNodeCanRez;
|
||||||
setThisNodeCanRez((bool) thisNodeCanRez);
|
setThisNodeCanRez((bool) thisNodeCanRez);
|
||||||
|
|
||||||
|
|
||||||
// pull each node in the packet
|
// pull each node in the packet
|
||||||
while (packetStream.device()->pos() < packet->getSizeUsed()) {
|
while (packetStream.device()->pos() < packet->getSizeUsed()) {
|
||||||
parseNodeFromPacketStream(packetStream);
|
parseNodeFromPacketStream(packetStream);
|
||||||
|
|
Loading…
Reference in a new issue