diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index b322f6d..93d6f56 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -212,7 +212,7 @@ namespace OpenSim | |||
212 | if (config != null) | 212 | if (config != null) |
213 | { | 213 | { |
214 | config.Set("accounts_authenticate", false); | 214 | config.Set("accounts_authenticate", false); |
215 | config.Set("welcome_message", "Welcome to Krynn"); | 215 | config.Set("welcome_message", "Welcome to OpenSimulator"); |
216 | config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll"); | 216 | config.Set("inventory_plugin", "OpenSim.Data.SQLite.dll"); |
217 | config.Set("inventory_source", ""); | 217 | config.Set("inventory_source", ""); |
218 | config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll"); | 218 | config.Set("userDatabase_plugin", "OpenSim.Data.SQLite.dll"); |