mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Moved the OpenSimMain class into the OpenSim.exe project
This commit is contained in:
@@ -53,8 +53,9 @@ using OpenSim.GenericConfig;
|
||||
|
||||
namespace OpenSim
|
||||
{
|
||||
|
||||
public class OpenSimMain : OpenSimApplication , conscmd_callback
|
||||
//moved to the opensim main application project (do we want it there or here?)
|
||||
/*
|
||||
public class OpenSimMain : OpenSimApplicationBase , conscmd_callback
|
||||
{
|
||||
|
||||
public OpenSimMain(bool sandBoxMode, bool startLoginServer, string physicsEngine, bool useConfigFile, bool silent, string configFile)
|
||||
@@ -526,5 +527,5 @@ namespace OpenSim
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user