Mantis#1391. Thank you kindly, Phrearch for a patch that:
Solves svnbackup svn add directory failure.0.6.0-stable
parent
7fd63d9dc8
commit
81af87545e
|
@ -212,9 +212,11 @@ namespace OpenSim.Region.Modules.SvnSerialiser
|
|||
{
|
||||
m_scenes.Add(scene);
|
||||
}
|
||||
|
||||
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
|
||||
}
|
||||
//Only register it once, to prevend command being executed x*region times
|
||||
if(m_scenes.Count ==1) {
|
||||
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
|
||||
}
|
||||
}
|
||||
|
||||
public void PostInitialise()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue