< babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to the initconfig
parent
01536d901a
commit
ac435dccec
|
@ -96,6 +96,7 @@ namespace OpenSim
|
|||
if(result.Count==1) {
|
||||
OpenSim_Main.localcons.WriteLine("Config.cs:InitConfig() - Found a SimConfig object in the local database, loading");
|
||||
foreach (SimConfig cfg in result) {
|
||||
this.Sandbox = cfg.Sandbox;
|
||||
this.RegionName = cfg.RegionName;
|
||||
this.RegionLocX = cfg.RegionLocX;
|
||||
this.RegionLocY = cfg.RegionLocY;
|
||||
|
|
Loading…
Reference in New Issue