aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorlbsa712007-03-28 05:29:35 +0000
committerlbsa712007-03-28 05:29:35 +0000
commitc88eaa7f9ad5ef87ea916edb4c731c5c96ccd435 (patch)
tree9d8524d1ed589c109aa9971f81cbd70c5ca37022 /OpenSim
parent* worked a little bit more on straigthening the startup procedure out (diff)
downloadopensim-SC_OLD-c88eaa7f9ad5ef87ea916edb4c731c5c96ccd435.zip
opensim-SC_OLD-c88eaa7f9ad5ef87ea916edb4c731c5c96ccd435.tar.gz
opensim-SC_OLD-c88eaa7f9ad5ef87ea916edb4c731c5c96ccd435.tar.bz2
opensim-SC_OLD-c88eaa7f9ad5ef87ea916edb4c731c5c96ccd435.tar.xz
* And lo, the OpenSim (which is actually the RegionServer) is decoupled from the exe.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/RegionServer.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/RegionServer.cs b/OpenSim/RegionServer.cs
index cebea82..30eec3b 100644
--- a/OpenSim/RegionServer.cs
+++ b/OpenSim/RegionServer.cs
@@ -6,12 +6,8 @@ using OpenSim.Framework.Console;
6 6
7namespace OpenSim 7namespace OpenSim
8{ 8{
9 public class RegionServer : OpenSimMain 9 public class RegionServer
10 { 10 {
11 public RegionServer( ) : base( false, false, String.Empty )
12 {
13 }
14
15 [STAThread] 11 [STAThread]
16 public static void Main(string[] args) 12 public static void Main(string[] args)
17 { 13 {