aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Modules/SvnSerialiser
diff options
context:
space:
mode:
authorJeff Ames2008-07-23 13:24:25 +0000
committerJeff Ames2008-07-23 13:24:25 +0000
commit80d8e2889e62d8900837d37a800a4eeaae5ffc5a (patch)
tree47bdf0f48ae8ace3bb7cd10ab91d91b52b96f80e /OpenSim/Region/Modules/SvnSerialiser
parentget rid of some LLQuaternion == null checks. Because LLQuaternion is (diff)
downloadopensim-SC_OLD-80d8e2889e62d8900837d37a800a4eeaae5ffc5a.zip
opensim-SC_OLD-80d8e2889e62d8900837d37a800a4eeaae5ffc5a.tar.gz
opensim-SC_OLD-80d8e2889e62d8900837d37a800a4eeaae5ffc5a.tar.bz2
opensim-SC_OLD-80d8e2889e62d8900837d37a800a4eeaae5ffc5a.tar.xz
Update svn properties. Formatting cleanup. Remove a compiler warning.
Diffstat (limited to 'OpenSim/Region/Modules/SvnSerialiser')
-rw-r--r--OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs
index 9f5e5a3..a1c1b88 100644
--- a/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs
+++ b/OpenSim/Region/Modules/SvnSerialiser/SvnBackupModule.cs
@@ -212,11 +212,12 @@ namespace OpenSim.Region.Modules.SvnSerialiser
212 { 212 {
213 m_scenes.Add(scene); 213 m_scenes.Add(scene);
214 } 214 }
215 //Only register it once, to prevend command being executed x*region times 215 //Only register it once, to prevent command being executed x*region times
216 if(m_scenes.Count ==1) { 216 if (m_scenes.Count == 1)
217 scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole; 217 {
218 } 218 scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
219 } 219 }
220 }
220 221
221 public void PostInitialise() 222 public void PostInitialise()
222 { 223 {
@@ -341,7 +342,6 @@ namespace OpenSim.Region.Modules.SvnSerialiser
341 } 342 }
342 } 343 }
343 344
344
345 public void LoadAllScenes(int revision) 345 public void LoadAllScenes(int revision)
346 { 346 {
347 CheckoutSvn(new SvnRevision(revision)); 347 CheckoutSvn(new SvnRevision(revision));