mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
NEVER COMMIT WITHOUT A TEST COMPILE!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user