mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Mantis#1391. Thank you kindly, Phrearch for a patch that:
Solves svnbackup svn add directory failure.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user