fixing copypasta

connector_plugin
SignpostMarv 2012-07-31 15:24:15 +01:00 committed by Justin Clark-Casey (justincc)
parent 35b7c80e0b
commit c677c04f10
1 changed files with 1 additions and 1 deletions

View File

@ -3566,7 +3566,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
public void osDropAttachmentAt(LSL_Vector pos, LSL_Rotation rot)
{
CheckThreatLevel(ThreatLevel.Moderate, "osDropAttachment");
CheckThreatLevel(ThreatLevel.Moderate, "osDropAttachmentAt");
m_host.AddScriptLPS(1);
IAttachmentsModule attachmentsModule = m_ScriptEngine.World.AttachmentsModule;