Dumb mistake - forgot to assign the datastore variable

This commit is contained in:
Adam Frisby
2007-04-27 22:26:57 +00:00
parent 6ce5b6e439
commit fadb4a9dcc
3 changed files with 4 additions and 1 deletions

View File

@@ -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();