diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index 8e80b4c..2e1e5b6 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -3229,6 +3229,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
3229 | } | 3229 | } |
3230 | } | 3230 | } |
3231 | 3231 | ||
3232 | #region Attachment commands | ||
3233 | |||
3232 | public void osForceAttachToAvatar(int attachmentPoint) | 3234 | public void osForceAttachToAvatar(int attachmentPoint) |
3233 | { | 3235 | { |
3234 | CheckThreatLevel(ThreatLevel.High, "osForceAttachToAvatar"); | 3236 | CheckThreatLevel(ThreatLevel.High, "osForceAttachToAvatar"); |