diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index b9690fe..eabc9a6 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1064,6 +1064,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1064 | shuttingdown = true; | 1064 | shuttingdown = true; |
1065 | 1065 | ||
1066 | m_log.Debug("[SCENE]: Persisting changed objects"); | 1066 | m_log.Debug("[SCENE]: Persisting changed objects"); |
1067 | EventManager.TriggerSceneShuttingDown(this); | ||
1068 | |||
1067 | EntityBase[] entities = GetEntities(); | 1069 | EntityBase[] entities = GetEntities(); |
1068 | foreach (EntityBase entity in entities) | 1070 | foreach (EntityBase entity in entities) |
1069 | { | 1071 | { |