mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Test commit.. just contains div trace and other stuff.
This commit is contained in:
@@ -205,13 +205,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
//
|
||||
if ( !(tie.InnerException is EventAbortException) )
|
||||
{
|
||||
throw tie;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
throw e;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
protected void initEventFlags()
|
||||
|
||||
Reference in New Issue
Block a user