Update svn properties. Formatting cleanup. Remove a compiler warning.

This commit is contained in:
Jeff Ames
2008-07-23 13:24:25 +00:00
parent 9e8b456bbc
commit 80d8e2889e
29 changed files with 402 additions and 396 deletions

View File

@@ -212,11 +212,12 @@ namespace OpenSim.Region.Modules.SvnSerialiser
{
m_scenes.Add(scene);
}
//Only register it once, to prevend command being executed x*region times
if(m_scenes.Count ==1) {
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
}
}
//Only register it once, to prevent command being executed x*region times
if (m_scenes.Count == 1)
{
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
}
}
public void PostInitialise()
{
@@ -341,7 +342,6 @@ namespace OpenSim.Region.Modules.SvnSerialiser
}
}
public void LoadAllScenes(int revision)
{
CheckoutSvn(new SvnRevision(revision));