* Renamed Main.cs to GridServerBase.cs

This commit is contained in:
lbsa71
2008-03-12 10:16:28 +00:00
parent 3f45cfc591
commit df104e6f84
2 changed files with 3 additions and 3 deletions

View File

@@ -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")
{