mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Dumb mistake - forgot to assign the datastore variable
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user