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);
|
m_scenes.Add(scene);
|
||||||
}
|
}
|
||||||
|
//Only register it once, to prevend command being executed x*region times
|
||||||
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
|
if(m_scenes.Count ==1) {
|
||||||
}
|
scene.EventManager.OnPluginConsole += EventManager_OnPluginConsole;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public void PostInitialise()
|
public void PostInitialise()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue