mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
fixing copypasta
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
35b7c80e0b
commit
c677c04f10
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user