diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-27 15:35:21 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-27 15:35:21 -0800 |
| commit | 1d775af34a5efa6008256d1bfa742c28ee7152ab (patch) | |
| tree | 48474f0744ceb046b785a83926216a646e9d9111 /node/IncomingPacket.cpp | |
| parent | 9f7919f71f6b4326e73759923d2cf747affc0244 (diff) | |
| download | infinitytier-1d775af34a5efa6008256d1bfa742c28ee7152ab.tar.gz infinitytier-1d775af34a5efa6008256d1bfa742c28ee7152ab.zip | |
Fix moon persistence.
Diffstat (limited to 'node/IncomingPacket.cpp')
| -rw-r--r-- | node/IncomingPacket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/IncomingPacket.cpp b/node/IncomingPacket.cpp index 93bf4590..a3fbbefc 100644 --- a/node/IncomingPacket.cpp +++ b/node/IncomingPacket.cpp @@ -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); } } |
