Add the proper result code as per the LL announcement for llTransferLindenDollars
parent
6362df1202
commit
47d0a50a19
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue