Add the proper result code as per the LL announcement for llTransferLindenDollars

avinationmerge
Melanie 2011-12-05 20:02:27 +01:00
parent 6362df1202
commit 47d0a50a19
1 changed files with 1 additions and 1 deletions

View File

@ -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
{