aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-16 15:36:01 +0000
committerJustin Clarke Casey2008-06-16 15:36:01 +0000
commitba69cc31e5bfb3386880d4bc142df236531ab055 (patch)
treea1a6013b72f01b336aef115ac34d1cde6a4c29da /OpenSim/Region/Environment/Scenes
parentthe beginning of the great id format migration. This makes (diff)
downloadopensim-SC_OLD-ba69cc31e5bfb3386880d4bc142df236531ab055.zip
opensim-SC_OLD-ba69cc31e5bfb3386880d4bc142df236531ab055.tar.gz
opensim-SC_OLD-ba69cc31e5bfb3386880d4bc142df236531ab055.tar.bz2
opensim-SC_OLD-ba69cc31e5bfb3386880d4bc142df236531ab055.tar.xz
* Refactor: Break out AssetsRequest to a separate file in the Archiver module
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs4
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 }