mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Plumb the region type through to the ProductName field in estate messages
This commit is contained in:
@@ -670,6 +670,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||
args.useEstateSun = m_scene.RegionInfo.RegionSettings.UseEstateSun;
|
||||
args.waterHeight = (float)m_scene.RegionInfo.RegionSettings.WaterHeight;
|
||||
args.simName = m_scene.RegionInfo.RegionName;
|
||||
args.regionType = m_scene.RegionInfo.RegionType;
|
||||
|
||||
remote_client.SendRegionInfoToEstateMenu(args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user