diff options
Diffstat (limited to 'OpenSim/Region')
-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 | { |