Bugfix for last commit, { instead of (
parent
25e200c46a
commit
fda97aa3c5
|
@ -184,7 +184,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
|||
}
|
||||
|
||||
} // Something in queue
|
||||
} catch {ThreadAbortException tae) {
|
||||
} catch (ThreadAbortException tae) {
|
||||
throw tae;
|
||||
} catch (Exception e) {
|
||||
Console.WriteLine("Exception in EventQueueThreadLoop: " + e.ToString());
|
||||
|
|
Loading…
Reference in New Issue