diff options
-rw-r--r-- | src/Config.cs | 2 |
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; |