Change thread of osForceAttachToOvtherAvatarFromInventory to VeryHigh from Severe

It fits much better in this category.
This commit is contained in:
Justin Clark-Casey (justincc)
2014-10-08 23:35:25 +01:00
parent 458ccd26ff
commit 29a05cdeb5

View File

@@ -3353,7 +3353,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void osForceAttachToOtherAvatarFromInventory(string rawAvatarId, string itemName, int attachmentPoint)
{
CheckThreatLevel(ThreatLevel.Severe, "osForceAttachToOtherAvatarFromInventory");
CheckThreatLevel(ThreatLevel.VeryHigh, "osForceAttachToOtherAvatarFromInventory");
m_host.AddScriptLPS(1);