From fadb4a9dccb56176b5a7a60ef345910654d6bb60 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 27 Apr 2007 22:26:57 +0000 Subject: Dumb mistake - forgot to assign the datastore variable --- OpenSim.RegionServer/OpenSimMain.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim.RegionServer') 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 this.physManager = new OpenSim.Physics.Manager.PhysicsManager(); this.physManager.LoadPlugins(); + LocalWorld.m_datastore = this.regionData.DataStore; + LocalWorld.LoadStorageDLL("OpenSim.Storage.LocalStorageDb4o.dll"); //all these dll names shouldn't be hard coded. LocalWorld.LoadWorldMap(); -- cgit v1.1