mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add sim feature AvatarHoverHeightEnabled; mantis 8535: make option MeshModelAllowTextureToInventory visible
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user