mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
send those limits to any viewer that may care in OpensimExtras simulator features
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user