diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Config.cs | 1 |
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; |