* Reinstate grid receive and send keys to user server config

* Looks like these weren't so unused after all - oops!
* Remove message from grid server config
This commit is contained in:
Justin Clarke Casey
2008-08-09 21:01:33 +00:00
parent e73b9c5f0a
commit 6630706dd9
5 changed files with 22 additions and 21 deletions

View File

@@ -39,15 +39,15 @@ namespace OpenSim.Grid.GridServer
GridServerBase app = new GridServerBase();
if (args.Length > 0 && args[0] == "-setuponly")
{
app.Config();
}
else
{
// if (args.Length > 0 && args[0] == "-setuponly")
// {
// app.Config();
// }
// else
// {
app.Startup();
app.Work();
}
// }
}
}
}