aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorgareth2007-03-07 01:21:24 +0000
committergareth2007-03-07 01:21:24 +0000
commit5ebd4715445de093cf434eb796ffa81c9dfaea9a (patch)
treebf3a81f0e64e1f666445f5aab3daf29e37a47436 /src
parent< babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to th... (diff)
downloadopensim-SC_OLD-5ebd4715445de093cf434eb796ffa81c9dfaea9a.zip
opensim-SC_OLD-5ebd4715445de093cf434eb796ffa81c9dfaea9a.tar.gz
opensim-SC_OLD-5ebd4715445de093cf434eb796ffa81c9dfaea9a.tar.bz2
opensim-SC_OLD-5ebd4715445de093cf434eb796ffa81c9dfaea9a.tar.xz
NEVER COMMIT WITHOUT A TEST COMPILE!
Diffstat (limited to 'src')
-rw-r--r--src/Config.cs2
1 files changed, 1 insertions, 1 deletions
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
96 if(result.Count==1) { 96 if(result.Count==1) {
97 OpenSim_Main.localcons.WriteLine("Config.cs:InitConfig() - Found a SimConfig object in the local database, loading"); 97 OpenSim_Main.localcons.WriteLine("Config.cs:InitConfig() - Found a SimConfig object in the local database, loading");
98 foreach (SimConfig cfg in result) { 98 foreach (SimConfig cfg in result) {
99 this.Sandbox = cfg.Sandbox; 99 this.sandbox = cfg.sandbox;
100 this.RegionName = cfg.RegionName; 100 this.RegionName = cfg.RegionName;
101 this.RegionLocX = cfg.RegionLocX; 101 this.RegionLocX = cfg.RegionLocX;
102 this.RegionLocY = cfg.RegionLocY; 102 this.RegionLocY = cfg.RegionLocY;