< babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to the initconfig

adam
gareth 2007-03-07 01:13:06 +00:00
parent 01536d901a
commit ac435dccec
1 changed files with 1 additions and 0 deletions

View File

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