This commit is contained in:
Frank
2020-09-08 00:15:29 +02:00
parent 38f5d45d5b
commit 123144d06e
3 changed files with 7 additions and 8 deletions

View File

@@ -206,7 +206,7 @@ function TIMER:Stop(Delay)
if self.tid then
-- Remove timer function.
self:T(self.lid..string.format("Stopping timer by removing timer function after %d calls!", self.ncalls))
self:I(self.lid..string.format("Stopping timer by removing timer function after %d calls!", self.ncalls))
timer.removeFunction(self.tid)
-- Remove DB entry.