aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgareth2007-03-07 01:13:06 +0000
committergareth2007-03-07 01:13:06 +0000
commitac435dccec2408ae3cdc623f87ef26d2ae8f45a4 (patch)
treea6f3d196f1ad665184cad3c0dbbdc61e95288ac0
parentAttempted to fix Db4o/world thing (and failed, but it still runs!) will need ... (diff)
downloadopensim-SC_OLD-ac435dccec2408ae3cdc623f87ef26d2ae8f45a4.zip
opensim-SC_OLD-ac435dccec2408ae3cdc623f87ef26d2ae8f45a4.tar.gz
opensim-SC_OLD-ac435dccec2408ae3cdc623f87ef26d2ae8f45a4.tar.bz2
opensim-SC_OLD-ac435dccec2408ae3cdc623f87ef26d2ae8f45a4.tar.xz
< babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to the initconfig
-rw-r--r--src/Config.cs1
1 files changed, 1 insertions, 0 deletions
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
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.RegionName = cfg.RegionName; 100 this.RegionName = cfg.RegionName;
100 this.RegionLocX = cfg.RegionLocX; 101 this.RegionLocX = cfg.RegionLocX;
101 this.RegionLocY = cfg.RegionLocY; 102 this.RegionLocY = cfg.RegionLocY;