diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs index e2c039c..e0b867d 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs | |||
@@ -127,6 +127,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine | |||
127 | // Go through all timers | 127 | // Go through all timers |
128 | foreach (TimerClass ts in Timers) | 128 | foreach (TimerClass ts in Timers) |
129 | { | 129 | { |
130 | |||
130 | // Time has passed? | 131 | // Time has passed? |
131 | if (ts.next.ToUniversalTime() < DateTime.Now.ToUniversalTime()) | 132 | if (ts.next.ToUniversalTime() < DateTime.Now.ToUniversalTime()) |
132 | { | 133 | { |