Change thread of osForceAttachToOvtherAvatarFromInventory to VeryHigh from Severe

It fits much better in this category.
mb-throttle-test
Justin Clark-Casey (justincc) 2014-10-08 23:35:25 +01:00
parent 458ccd26ff
commit 29a05cdeb5
1 changed files with 1 additions and 1 deletions

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);