aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimMain.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.RegionServer/OpenSimMain.cs')
-rw-r--r--OpenSim.RegionServer/OpenSimMain.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSimMain.cs b/OpenSim.RegionServer/OpenSimMain.cs
index 20fffc8..062986c 100644
--- a/OpenSim.RegionServer/OpenSimMain.cs
+++ b/OpenSim.RegionServer/OpenSimMain.cs
@@ -170,6 +170,8 @@ namespace OpenSim
170 this.physManager = new OpenSim.Physics.Manager.PhysicsManager(); 170 this.physManager = new OpenSim.Physics.Manager.PhysicsManager();
171 this.physManager.LoadPlugins(); 171 this.physManager.LoadPlugins();
172 172
173 LocalWorld.m_datastore = this.regionData.DataStore;
174
173 LocalWorld.LoadStorageDLL("OpenSim.Storage.LocalStorageDb4o.dll"); //all these dll names shouldn't be hard coded. 175 LocalWorld.LoadStorageDLL("OpenSim.Storage.LocalStorageDb4o.dll"); //all these dll names shouldn't be hard coded.
174 LocalWorld.LoadWorldMap(); 176 LocalWorld.LoadWorldMap();
175 177