mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
< babblever> hey i think you need to add a "this.sandbox = cfg.sandbox" to the initconfig
This commit is contained in:
@@ -96,6 +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.RegionName = cfg.RegionName;
|
||||
this.RegionLocX = cfg.RegionLocX;
|
||||
this.RegionLocY = cfg.RegionLocY;
|
||||
|
||||
Reference in New Issue
Block a user