mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +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();
|
||||
|
||||
|
||||
@@ -50,6 +50,7 @@ namespace OpenSim.Storage.LocalStorageDb4o
|
||||
|
||||
public void Initialise(string dfile)
|
||||
{
|
||||
OpenSim.Framework.Console.MainConsole.Instance.WriteLine("Db4LocalStorage Opening " + dfile);
|
||||
datastore = dfile;
|
||||
try
|
||||
{
|
||||
|
||||
@@ -70,7 +70,7 @@ namespace OpenSim
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine("-config: Please specify a config file.");
|
||||
Console.WriteLine("-config: Please specify a config file. (" + e.ToString() + ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user