sync some more things with work copy

This commit is contained in:
UbitUmarov
2020-03-02 01:56:34 +00:00
parent 97cb6254ef
commit be16cf9531
7 changed files with 32 additions and 13 deletions

View File

@@ -68,7 +68,8 @@ namespace OpenSim.Capabilities.Handlers
{"jpeg_id", AssetType.ImageJPEG},
{"animatn_id", AssetType.Animation},
{"gesture_id", AssetType.Gesture},
{"mesh_id", AssetType.Mesh}
{"mesh_id", AssetType.Mesh},
{"settings_id", AssetType.Settings}
};
private IAssetService m_assetService;
@@ -136,7 +137,7 @@ namespace OpenSim.Capabilities.Handlers
return responsedata;
}
if(type == AssetType.Mesh || type == AssetType.Texture)
if (type == AssetType.Mesh || type == AssetType.Texture)
responsedata["throttle"] = true;
responsedata["content_type"] = asset.Metadata.ContentType;