diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs index 673ea46..aa6e505 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -4201,7 +4201,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4201 | if (!found) | 4201 | if (!found) |
4202 | { | 4202 | { |
4203 | llSay(0, String.Format("Could not find object '{0}'", inventory)); | 4203 | llSay(0, String.Format("Could not find object '{0}'", inventory)); |
4204 | throw new Exception(String.Format("The inventory object '{0}' could not be found", inventory)); | 4204 | return; |
4205 | // throw new Exception(String.Format("The inventory object '{0}' could not be found", inventory)); | ||
4205 | } | 4206 | } |
4206 | 4207 | ||
4207 | // check if destination is an object | 4208 | // check if destination is an object |