testing Tedds temporary CIA-standin

afrisby
Tedd Hansen 2007-08-25 20:04:05 +00:00
parent 5ce230ccee
commit 370f36e4e1
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
// Go through all timers // Go through all timers
foreach (TimerClass ts in Timers) foreach (TimerClass ts in Timers)
{ {
// Time has passed? // Time has passed?
if (ts.next.ToUniversalTime() < DateTime.Now.ToUniversalTime()) if (ts.next.ToUniversalTime() < DateTime.Now.ToUniversalTime())
{ {