Fix loading of existing moons.
This commit is contained in:
parent
cd7b571da0
commit
969e09210d
3 changed files with 22 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue