aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer
diff options
context:
space:
mode:
authorAdam Frisby2007-04-27 22:26:57 +0000
committerAdam Frisby2007-04-27 22:26:57 +0000
commitfadb4a9dccb56176b5a7a60ef345910654d6bb60 (patch)
tree9c022ddf2aecff7b56ea544a97a99cc778a8c724 /OpenSim.RegionServer
parentMajor ass commit (diff)
downloadopensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.zip
opensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.tar.gz
opensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.tar.bz2
opensim-SC_OLD-fadb4a9dccb56176b5a7a60ef345910654d6bb60.tar.xz
Dumb mistake - forgot to assign the datastore variable
Diffstat (limited to 'OpenSim.RegionServer')
-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