Browse Source

little fix

pull/1/head
Adam Ierymenko 9 years ago
parent
commit
bc218f9414
  1. 2
      node/IncomingPacket.cpp

2
node/IncomingPacket.cpp

@ -437,7 +437,7 @@ bool IncomingPacket::_doOK(const RuntimeEnvironment *RR,const SharedPtr<Peer> &p
const unsigned int endOfWorlds = ptr + worldLen;
while (ptr < endOfWorlds) {
World w;
w.deserialize(*this,ptr);
ptr += w.deserialize(*this,ptr);
RR->topology->addWorld(w,true);
}
}

Loading…
Cancel
Save