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

bulletsim
Sean McNamara 2011-02-25 09:03:11 -05:00
parent cb049aa15f
commit d3511ca592
1 changed files with 1 additions and 0 deletions

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);
}