* Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing list
parent
a266e6dc4b
commit
d89cf47d50
|
@ -48,7 +48,7 @@ namespace OpenSim.Server
|
||||||
|
|
||||||
static int Main(string[] args)
|
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"];
|
IConfig serverConfig = m_Server.Config.Configs["Startup"];
|
||||||
if (serverConfig == null)
|
if (serverConfig == null)
|
||||||
|
|
Loading…
Reference in New Issue