From 38e937f91b08a2e52c47d2353c57556f542a00c1 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 28 May 2019 21:37:59 +0100 Subject: add sim feature AvatarHoverHeightEnabled; mantis 8535: make option MeshModelAllowTextureToInventory visible --- OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs index 8f65a69..b0ba5a3 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/AgentPreferencesModule.cs @@ -77,6 +77,9 @@ namespace OpenSim.Region.ClientStack.LindenCaps { RegisterCaps(agentID, caps); }; + ISimulatorFeaturesModule simFeatures = scene.RequestModuleInterface(); + if(simFeatures != null) + simFeatures.AddFeature("AvatarHoverHeightEnabled",OSD.FromBoolean(true)); } public void PostInitialise() {} -- cgit v1.1