Update prompt and make it settable from within the ini file

This commit is contained in:
Melanie Thielker
2009-07-07 20:45:29 +00:00
parent 159db5cded
commit f10e53d167
2 changed files with 3 additions and 1 deletions

View File

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