* And lo, the OpenSim (which is actually the RegionServer) is decoupled from the exe.
parent
d66ef8f428
commit
c88eaa7f9a
|
@ -6,12 +6,8 @@ using OpenSim.Framework.Console;
|
||||||
|
|
||||||
namespace OpenSim
|
namespace OpenSim
|
||||||
{
|
{
|
||||||
public class RegionServer : OpenSimMain
|
public class RegionServer
|
||||||
{
|
{
|
||||||
public RegionServer( ) : base( false, false, String.Empty )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue