From 5ebd4715445de093cf434eb796ffa81c9dfaea9a Mon Sep 17 00:00:00 2001 From: gareth Date: Wed, 7 Mar 2007 01:21:24 +0000 Subject: NEVER COMMIT WITHOUT A TEST COMPILE! --- src/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cs b/src/Config.cs index 6d62296..90753ef 100644 --- a/src/Config.cs +++ b/src/Config.cs @@ -96,7 +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.sandbox = cfg.sandbox; this.RegionName = cfg.RegionName; this.RegionLocX = cfg.RegionLocX; this.RegionLocY = cfg.RegionLocY; -- cgit v1.1