Forward the reason to the script

This commit is contained in:
Melanie
2013-06-13 02:52:51 +02:00
parent 62c277ff9f
commit 0be80e5813

View File

@@ -12795,7 +12795,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return;
}
replydata = "LINDENDOLLAR_INSUFFICIENTFUNDS";
replydata = reason;
}
finally
{