Update prompt and make it settable from within the ini file
parent
159db5cded
commit
f10e53d167
OpenSim/Server
|
@ -136,6 +136,8 @@ namespace OpenSim.Server.Base
|
||||||
startupConfig = m_Config.Configs["Startup"];
|
startupConfig = m_Config.Configs["Startup"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prompt = startupConfig.GetString("Prompt", prompt);
|
||||||
|
|
||||||
// Allow derived classes to load config before the console is
|
// Allow derived classes to load config before the console is
|
||||||
// opened.
|
// opened.
|
||||||
//
|
//
|
||||||
|
|
|
@ -48,7 +48,7 @@ namespace OpenSim.Server
|
||||||
|
|
||||||
static int Main(string[] args)
|
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"];
|
IConfig serverConfig = m_Server.Config.Configs["Startup"];
|
||||||
if (serverConfig == null)
|
if (serverConfig == null)
|
||||||
|
|
Loading…
Reference in New Issue