mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 13:16:33 +08:00
Add the proper result code as per the LL announcement for llTransferLindenDollars
This commit is contained in:
@@ -11392,7 +11392,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
Util.FireAndForget(delegate(object x)
|
||||
{
|
||||
int replycode = 0;
|
||||
string replydata = String.Empty;
|
||||
string replydata = destination + "," + amount.ToString();
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user