This commit is contained in:
2026-01-20 15:58:40 +01:00
parent ca82c3357d
commit 97f68389d4
11 changed files with 1097 additions and 677 deletions
@@ -80,7 +80,9 @@ function InterceptGroup:SetTargetUnits(unitNames)
self:UpdateTask()
if self._updateTaskID then
timer.removeFunction(self._updateTaskID)
pcall(function()
timer.removeFunction(self._updateTaskID)
end)
end
local updateContinous = function(selfA, time)