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

trunk
Justin Clarke Casey 2009-07-15 20:32:35 +00:00
parent a266e6dc4b
commit d89cf47d50
1 changed files with 1 additions and 1 deletions

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)