diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index cae87ee..b47d207 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -256,6 +256,10 @@ | |||
256 | accounts_authenticate = true | 256 | accounts_authenticate = true |
257 | welcome_message = "Welcome to OpenSimulator" | 257 | welcome_message = "Welcome to OpenSimulator" |
258 | 258 | ||
259 | ; Shows or skips the "please wait 5 minutes" message when you crash or are already logged in. | ||
260 | ; If false, it will silently kick the user from the scene and login. | ||
261 | warn_user_already_logged_in = true | ||
262 | |||
259 | ; Inventory database provider | 263 | ; Inventory database provider |
260 | inventory_plugin = "OpenSim.Data.SQLite.dll" | 264 | inventory_plugin = "OpenSim.Data.SQLite.dll" |
261 | ; inventory_plugin = "OpenSim.Data.MySQL.dll" | 265 | ; inventory_plugin = "OpenSim.Data.MySQL.dll" |