Fix moon persistence.
This commit is contained in:
parent
9f7919f71f
commit
1d775af34a
4 changed files with 27 additions and 29 deletions
|
@ -438,7 +438,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,true);
|
||||
RR->topology->addWorld(w);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue