mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
add a class to store and process some grid information. For now just gatekeeper url
This commit is contained in:
@@ -817,6 +817,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
private set;
|
||||
}
|
||||
|
||||
public GridInfo SceneGridInfo;
|
||||
|
||||
#endregion Properties
|
||||
|
||||
#region Constructors
|
||||
@@ -896,6 +898,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (estateDataService != null)
|
||||
RegionInfo.EstateSettings = estateDataService.LoadEstateSettings(RegionInfo.RegionID, false);
|
||||
|
||||
SceneGridInfo = new GridInfo(config, RegionInfo.ServerURI);
|
||||
|
||||
#endregion Region Settings
|
||||
|
||||
//Bind Storage Manager functions to some land manager functions for this scene
|
||||
|
||||
Reference in New Issue
Block a user