Coach feature should work no on pre-made groups and instance groups

This commit is contained in:
Tercio Jose
2021-01-23 12:53:27 -03:00
parent f7a6512af5
commit e6639b1ec7
5 changed files with 22 additions and 12 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ end
--cancel an ongoing ticker
function Details.Schedules.Cancel(tickerObject)
return tickerObject:Cancel()
--ignore if there's no ticker object
if (tickerObject) then
return tickerObject:Cancel()
end
end
--schedule a task with an interval of @time