mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Bugfix for last commit, { instead of (
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user