diff options
author | Melanie | 2013-06-13 02:52:51 +0200 |
---|---|---|
committer | Melanie | 2013-06-13 02:52:51 +0200 |
commit | 0be80e58133bc049be82201e9778ad74e3675529 (patch) | |
tree | d1ee552849dff2d4cc09aed67986f3839956b427 /OpenSim | |
parent | Add a result param to te money module interface (diff) | |
download | opensim-SC_OLD-0be80e58133bc049be82201e9778ad74e3675529.zip opensim-SC_OLD-0be80e58133bc049be82201e9778ad74e3675529.tar.gz opensim-SC_OLD-0be80e58133bc049be82201e9778ad74e3675529.tar.bz2 opensim-SC_OLD-0be80e58133bc049be82201e9778ad74e3675529.tar.xz |
Forward the reason to the script
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | 2 |
1 files changed, 1 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 4d03da1..e8502ac 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -12795,7 +12795,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
12795 | return; | 12795 | return; |
12796 | } | 12796 | } |
12797 | 12797 | ||
12798 | replydata = "LINDENDOLLAR_INSUFFICIENTFUNDS"; | 12798 | replydata = reason; |
12799 | } | 12799 | } |
12800 | finally | 12800 | finally |
12801 | { | 12801 | { |