mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Renamed Main.cs to GridServerBase.cs
This commit is contained in:
@@ -12,7 +12,7 @@ namespace OpenSim.Grid.GridServer
|
||||
{
|
||||
log4net.Config.XmlConfigurator.Configure();
|
||||
|
||||
OpenGrid_Main app = new OpenGrid_Main();
|
||||
GridServerBase app = new GridServerBase();
|
||||
|
||||
if (args.Length > 0 && args[0] == "-setuponly")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user