* Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing list

This commit is contained in:
Justin Clarke Casey
2009-07-15 20:32:35 +00:00
parent a266e6dc4b
commit d89cf47d50

View File

@@ -48,7 +48,7 @@ namespace OpenSim.Server
static int Main(string[] args)
{
m_Server = new HttpServerBase("B.U.S.T.", args);
m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
IConfig serverConfig = m_Server.Config.Configs["Startup"];
if (serverConfig == null)