Fix loading of existing moons.

This commit is contained in:
Adam Ierymenko 2017-02-13 16:14:48 -08:00
parent cd7b571da0
commit 969e09210d
3 changed files with 22 additions and 16 deletions

View file

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