* 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'0.6.0-stable
parent
78ae258bb0
commit
7e3506e296
|
@ -212,7 +212,7 @@ namespace OpenSim
|
||||||
if (config != null)
|
if (config != null)
|
||||||
{
|
{
|
||||||
config.Set("accounts_authenticate", false);
|
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_plugin", "OpenSim.Data.SQLite.dll");
|
||||||
config.Set("inventory_source", "");
|
config.Set("inventory_source", "");
|
||||||
config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll");
|
config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll");
|
||||||
|
|
Loading…
Reference in New Issue