aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorlbsa712009-02-12 09:53:12 +0000
committerlbsa712009-02-12 09:53:12 +0000
commit801da4346aeb3c08969c4845f5c595135a64470a (patch)
tree2f06e24c72e0d513c8e4c6aa9b75cd2c7b50f393 /OpenSim/Region/Application/OpenSimBase.cs
parentThanks Kitto Flora for a patch that adds automatic min fly height to ODE - Ma... (diff)
downloadopensim-SC_OLD-801da4346aeb3c08969c4845f5c595135a64470a.zip
opensim-SC_OLD-801da4346aeb3c08969c4845f5c595135a64470a.tar.gz
opensim-SC_OLD-801da4346aeb3c08969c4845f5c595135a64470a.tar.bz2
opensim-SC_OLD-801da4346aeb3c08969c4845f5c595135a64470a.tar.xz
* optimized usings.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 43cb127..f4e28be 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -28,11 +28,8 @@
28using System; 28using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using System.IO; 30using System.IO;
31using System.Net;
32using System.Reflection; 31using System.Reflection;
33using System.Text; 32using System.Text;
34using System.Threading;
35using OpenMetaverse;
36using log4net; 33using log4net;
37using Nini.Config; 34using Nini.Config;
38using OpenSim.Framework; 35using OpenSim.Framework;
@@ -44,7 +41,6 @@ using OpenSim.Framework.Statistics;
44using OpenSim.Region.ClientStack; 41using OpenSim.Region.ClientStack;
45using OpenSim.Region.Communications.Local; 42using OpenSim.Region.Communications.Local;
46using OpenSim.Region.Communications.OGS1; 43using OpenSim.Region.Communications.OGS1;
47using OpenSim.Region.CoreModules;
48using OpenSim.Region.Framework; 44using OpenSim.Region.Framework;
49using OpenSim.Region.Framework.Interfaces; 45using OpenSim.Region.Framework.Interfaces;
50using OpenSim.Region.Framework.Scenes; 46using OpenSim.Region.Framework.Scenes;
@@ -446,7 +442,7 @@ namespace OpenSim
446 442
447 // Carrying on now causes a lot of confusion down the 443 // Carrying on now causes a lot of confusion down the
448 // line - we need to get the user's attention 444 // line - we need to get the user's attention
449 System.Environment.Exit(1); 445 Environment.Exit(1);
450 } 446 }
451 447
452 // We need to do this after we've initialized the 448 // We need to do this after we've initialized the