add sim feature AvatarHoverHeightEnabled; mantis 8535: make option MeshModelAllowTextureToInventory visible

This commit is contained in:
UbitUmarov
2019-05-28 21:37:59 +01:00
parent 8410a01fb4
commit 38e937f91b
2 changed files with 12 additions and 6 deletions

View File

@@ -77,6 +77,9 @@ namespace OpenSim.Region.ClientStack.LindenCaps
{
RegisterCaps(agentID, caps);
};
ISimulatorFeaturesModule simFeatures = scene.RequestModuleInterface<ISimulatorFeaturesModule>();
if(simFeatures != null)
simFeatures.AddFeature("AvatarHoverHeightEnabled",OSD.FromBoolean(true));
}
public void PostInitialise() {}