appdomains are gone. XEngine does not make much sense without them

This commit is contained in:
UbitUmarov
2022-10-02 11:38:50 +01:00
parent f6a47a9f47
commit 6ff8ecaae0
44 changed files with 13 additions and 43961 deletions

View File

@@ -232,7 +232,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
catch ( System.Threading.ThreadAbortException)
{
Thread.ResetAbort();
//Thread.ResetAbort();
running = false;
}
catch (Exception e)