From 71fd5c5deab5c23dba1275932ff4c24057fe333d Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 1 May 2025 19:32:06 +0100 Subject: [PATCH] minor file formating fix --- OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs index 68ec99574f..ea6898665c 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs @@ -643,7 +643,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces /// /// //ApiDesc Attempts to drop the attachment the script is in to a given position on the ground. - void osDropAttachmentAt(vector pos, rotation rot); + void osDropAttachmentAt(vector pos, rotation rot); /// /// Attempts to drop an attachment at the specified coordinates.