Bugfix for last commit, { instead of (

afrisby
Tedd Hansen 2007-08-26 08:43:46 +00:00
parent 25e200c46a
commit fda97aa3c5
1 changed files with 1 additions and 1 deletions

View File

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