diff options
author | MW | 2007-08-13 13:41:54 +0000 |
---|---|---|
committer | MW | 2007-08-13 13:41:54 +0000 |
commit | 7fbc3266dfb5e923fb240fe81591fc96691a06b9 (patch) | |
tree | 0cd541a17e71343cc95fc9342d928c9402c60186 /OpenSim/Region/Examples | |
parent | Some work to prepare for inventory server. (diff) | |
download | opensim-SC_OLD-7fbc3266dfb5e923fb240fe81591fc96691a06b9.zip opensim-SC_OLD-7fbc3266dfb5e923fb240fe81591fc96691a06b9.tar.gz opensim-SC_OLD-7fbc3266dfb5e923fb240fe81591fc96691a06b9.tar.bz2 opensim-SC_OLD-7fbc3266dfb5e923fb240fe81591fc96691a06b9.tar.xz |
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).
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs index 8db3262..0763b83 100644 --- a/OpenSim/Region/Examples/SimpleApp/Program.cs +++ b/OpenSim/Region/Examples/SimpleApp/Program.cs | |||
@@ -47,7 +47,7 @@ namespace SimpleApp | |||
47 | { | 47 | { |
48 | base.StartUp(); | 48 | base.StartUp(); |
49 | 49 | ||
50 | m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, false); | 50 | m_commsManager = new CommunicationsLocal(m_networkServersInfo, m_httpServer, m_assetCache, false, ""); |
51 | 51 | ||
52 | m_log.Notice(m_log.LineInfo); | 52 | m_log.Notice(m_log.LineInfo); |
53 | 53 | ||