mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing list
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user