diff options
Diffstat (limited to 'OpenSim')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 2137b42..2a0bd3c 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1520,6 +1520,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1520 | m_log.Debug("[SCENE]: Persisting changed objects"); | 1520 | m_log.Debug("[SCENE]: Persisting changed objects"); |
1521 | Backup(true); | 1521 | Backup(true); |
1522 | 1522 | ||
1523 | m_log.Debug("[SCENE]: Closing scene"); | ||
1524 | |||
1523 | m_sceneGraph.Close(); | 1525 | m_sceneGraph.Close(); |
1524 | 1526 | ||
1525 | base.Close(); | 1527 | base.Close(); |
@@ -3983,7 +3985,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3983 | 3985 | ||
3984 | if (!LoginsEnabled) | 3986 | if (!LoginsEnabled) |
3985 | { | 3987 | { |
3986 | reason = "Logins Disabled"; | 3988 | reason = "Logins to this region are disabled"; |
3987 | return false; | 3989 | return false; |
3988 | } | 3990 | } |
3989 | 3991 | ||