Test commit.. just contains div trace and other stuff.

This commit is contained in:
Tedd Hansen
2008-11-27 13:41:26 +00:00
parent f7beef3283
commit 1eeffcd89e
3 changed files with 27 additions and 12 deletions

View File

@@ -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()