The Welcome message /message of the day shown in the client during login, can now be set from the .INI file for standalone mode (change the standalone_welcome = "Welcome to OpenSim" line).

This commit is contained in:
MW
2007-08-13 13:41:54 +00:00
parent 82f8ecf673
commit 7fbc3266df
5 changed files with 25 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ namespace SimpleApp
{
base.StartUp();
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, false);
m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, false, "");
m_log.Notice(m_log.LineInfo);