aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 98a75e4..ce386be 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -1032,13 +1032,13 @@ namespace OpenSim.Region.Framework.Scenes
1032 } 1032 }
1033 } 1033 }
1034 1034
1035 m_log.Error("[REGION]: Closing");
1036 Close();
1037
1035 if (PhysicsScene != null) 1038 if (PhysicsScene != null)
1036 { 1039 {
1037 PhysicsScene.Dispose(); 1040 PhysicsScene.Dispose();
1038 } 1041 }
1039
1040 m_log.Error("[REGION]: Closing");
1041 Close();
1042 1042
1043 m_log.Error("[REGION]: Firing Region Restart Message"); 1043 m_log.Error("[REGION]: Firing Region Restart Message");
1044 1044