send those limits to any viewer that may care in OpensimExtras simulator features

This commit is contained in:
UbitUmarov
2020-10-12 23:33:57 +01:00
parent 9773ff42c2
commit 1fc6f84790

View File

@@ -200,6 +200,11 @@ namespace OpenSim.Region.ClientStack.Linden
extrasMap["AvatarSkeleton"] = true;
extrasMap["AnimationSet"] = true;
extrasMap["MinSimHeight"] = Constants.MinSimulationHeight;
extrasMap["MaxSimHeight"] = Constants.MaxSimulationHeight;
extrasMap["MinHeightmap"] = Constants.MinTerrainHeightmap;
extrasMap["MaxHeightmap"] = Constants.MaxTerrainHeightmap;
// TODO: Take these out of here into their respective modules, like map-server-url
if (!string.IsNullOrWhiteSpace(m_SearchURL))
extrasMap["search-server-url"] = m_SearchURL;