diff options
Diffstat (limited to 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r-- | OpenSim.RegionServer/OpenSimMain.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs index ffa64b5..b173088 100644 --- a/OpenSim.RegionServer/OpenSimMain.cs +++ b/OpenSim.RegionServer/OpenSimMain.cs | |||
@@ -128,6 +128,8 @@ namespace OpenSim | |||
128 | m_console.WriteLine("Initialising world"); | 128 | m_console.WriteLine("Initialising world"); |
129 | LocalWorld = new World(ClientThreads, Cfg.RegionHandle, Cfg.RegionName, Cfg); | 129 | LocalWorld = new World(ClientThreads, Cfg.RegionHandle, Cfg.RegionName, Cfg); |
130 | LocalWorld.LandMap = Cfg.LoadWorld(); | 130 | LocalWorld.LandMap = Cfg.LoadWorld(); |
131 | LocalWorld.InventoryCache = InventoryCache; | ||
132 | LocalWorld.AssetCache = AssetCache; | ||
131 | 133 | ||
132 | this.physManager = new OpenSim.Physics.Manager.PhysicsManager(); | 134 | this.physManager = new OpenSim.Physics.Manager.PhysicsManager(); |
133 | this.physManager.LoadPlugins(); | 135 | this.physManager.LoadPlugins(); |