* Fixed 'Welcome to Krynn' default that I missed and got stuck in by a patch.

* Changed it to 'Welcome to OpenSimulator' as opposed to 'Welcome to OpenSim'
This commit is contained in:
Teravus Ovares
2008-04-28 14:11:29 +00:00
parent 78ae258bb0
commit 7e3506e296

View File

@@ -212,7 +212,7 @@ namespace OpenSim
if (config != null)
{
config.Set("accounts_authenticate", false);
config.Set("welcome_message", "Welcome to Krynn");
config.Set("welcome_message", "Welcome to OpenSimulator");
config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll");
config.Set("inventory_source", "");
config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll");