change thread level of osSetDynamicTextureDataBlendFace to VeryHigh

This commit is contained in:
UbitUmarov
2017-06-24 06:11:10 +01:00
parent 72db6f76b5
commit ed8fc359f3
2 changed files with 2 additions and 2 deletions

View File

@@ -801,7 +801,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public string osSetDynamicTextureDataBlendFace(string dynamicID, string contentType, string data, string extraParams,
bool blend, int disp, int timer, int alpha, int face)
{
CheckThreatLevel(ThreatLevel.VeryLow, "osSetDynamicTextureDataBlendFace");
CheckThreatLevel(ThreatLevel.VeryHigh , "osSetDynamicTextureDataBlendFace");
m_host.AddScriptLPS(1);
if (dynamicID == String.Empty)