same for osSetDynamicTextureURLBlendFace(). thx djphil

This commit is contained in:
UbitUmarov
2019-10-19 11:49:46 +01:00
parent 24b1e84eca
commit 7ed339324f
2 changed files with 2 additions and 2 deletions

View File

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