* Apparently, we need to tell ParcelManager that there is no parcels.

* Cleaning lady cleaning build ignores (No, MW, I don't mind, anything for you)
This commit is contained in:
lbsa71
2007-07-14 14:13:05 +00:00
parent a04602d9c1
commit 1a92dc9073
4 changed files with 19 additions and 10 deletions

View File

@@ -60,7 +60,10 @@ namespace SimpleApp
world = new MyWorld(packetServer.ClientManager, regionInfo, m_circuitManager, communicationsManager, assetCache, httpServer);
world.PhysScene = physManager.GetPhysicsScene("basicphysics"); //PhysicsScene.Null;
world.LoadWorldMap();
world.ParcelManager.NoParcelDataFromStorage();
udpServer.LocalWorld = world;
httpServer.Start();