diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index dcc92cc..e274139 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -863,12 +863,12 @@ namespace OpenSim.Region.Environment.Scenes | |||
863 | } | 863 | } |
864 | 864 | ||
865 | /// <summary> | 865 | /// <summary> |
866 | /// | 866 | /// Backup the scene. This acts as the main method of the backup thread. |
867 | /// </summary> | 867 | /// </summary> |
868 | /// <returns></returns> | 868 | /// <returns></returns> |
869 | public void Backup() | 869 | public void Backup() |
870 | { | 870 | { |
871 | EventManager.TriggerOnBackup(m_storageManager.DataStore); | 871 | EventManager.TriggerOnBackup(m_storageManager.DataStore); |
872 | m_backingup = false; | 872 | m_backingup = false; |
873 | //return true; | 873 | //return true; |
874 | } | 874 | } |