diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index e0b4db6..faad75d 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -3242,8 +3242,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
3242 | ((LSL_Api)m_LSL_Api).llSay(0, string.Format("Unable to attach, item '{0}' is not an object.", itemName)); | 3242 | ((LSL_Api)m_LSL_Api).llSay(0, string.Format("Unable to attach, item '{0}' is not an object.", itemName)); |
3243 | 3243 | ||
3244 | throw new Exception(String.Format("The inventory item '{0}' is not an object", itemName)); | 3244 | throw new Exception(String.Format("The inventory item '{0}' is not an object", itemName)); |
3245 | |||
3246 | return; | ||
3247 | } | 3245 | } |
3248 | 3246 | ||
3249 | ScenePresence sp = World.GetScenePresence(avatarId); | 3247 | ScenePresence sp = World.GetScenePresence(avatarId); |