Start the timer. (Could it be that simple?)

This commit is contained in:
Sean McNamara
2011-02-25 09:03:11 -05:00
parent cb049aa15f
commit d3511ca592

View File

@@ -280,6 +280,7 @@ namespace OpenSim.Region.OptionalModules.World.AutoBackup
timers.Add(interval, tim);
tim.Elapsed += HandleElapsed;
tim.AutoReset = true;
tim.Start();
m_log.Debug("[AUTO BACKUP MODULE]: New timer for " + interval + " msec for region " + sRegionName);
}