mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 15:25:47 +08:00
Allow OSSL scripts to softfail
This commit is contained in:
@@ -927,6 +927,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
|
||||
|
||||
if(e.InnerException != null && e.InnerException is ScriptException)
|
||||
{
|
||||
if (e.InnerException.Message == "Softfail")
|
||||
return;
|
||||
|
||||
string text = e.InnerException.Message +
|
||||
"(script: " + ScriptName +
|
||||
" event: " + data.EventName +
|
||||
|
||||
Reference in New Issue
Block a user