mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Forward the reason to the script
This commit is contained in:
@@ -12795,7 +12795,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return;
|
||||
}
|
||||
|
||||
replydata = "LINDENDOLLAR_INSUFFICIENTFUNDS";
|
||||
replydata = reason;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user