diff options
author | Melanie | 2011-12-05 20:02:27 +0100 |
---|---|---|
committer | Melanie | 2011-12-05 20:02:27 +0100 |
commit | 47d0a50a19bdb13a29fdd75879e095d710af3d4e (patch) | |
tree | 0c63a7239d1e56a41f3ed7cc093b9ef08b02fcef /OpenSim/Region/ScriptEngine/Shared | |
parent | Serialize the Volume Detect field (diff) | |
download | opensim-SC_OLD-47d0a50a19bdb13a29fdd75879e095d710af3d4e.zip opensim-SC_OLD-47d0a50a19bdb13a29fdd75879e095d710af3d4e.tar.gz opensim-SC_OLD-47d0a50a19bdb13a29fdd75879e095d710af3d4e.tar.bz2 opensim-SC_OLD-47d0a50a19bdb13a29fdd75879e095d710af3d4e.tar.xz |
Add the proper result code as per the LL announcement for llTransferLindenDollars
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-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 d08712a..d2eb461 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||
@@ -11392,7 +11392,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
11392 | Util.FireAndForget(delegate(object x) | 11392 | Util.FireAndForget(delegate(object x) |
11393 | { | 11393 | { |
11394 | int replycode = 0; | 11394 | int replycode = 0; |
11395 | string replydata = String.Empty; | 11395 | string replydata = destination + "," + amount.ToString(); |
11396 | 11396 | ||
11397 | try | 11397 | try |
11398 | { | 11398 | { |