* And lo, the OpenSim (which is actually the RegionServer) is decoupled from the exe.

tourmaline
lbsa71 2007-03-28 05:29:35 +00:00
parent d66ef8f428
commit c88eaa7f9a
1 changed files with 1 additions and 5 deletions

View File

@ -6,12 +6,8 @@ using OpenSim.Framework.Console;
namespace OpenSim
{
public class RegionServer : OpenSimMain
public class RegionServer
{
public RegionServer( ) : base( false, false, String.Empty )
{
}
[STAThread]
public static void Main(string[] args)
{