From ac435dccec2408ae3cdc623f87ef26d2ae8f45a4 Mon Sep 17 00:00:00 2001 From: gareth Date: Wed, 7 Mar 2007 01:13:06 +0000 Subject: < babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to the initconfig --- src/Config.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.cs b/src/Config.cs index 3a9c355..6d62296 100644 --- a/src/Config.cs +++ b/src/Config.cs @@ -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; -- cgit v1.1