mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Update svn properties. Formatting cleanup. Remove a compiler warning.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user