diff --git a/timers.ts b/timers.ts index cddb859d9a..ed65128cda 100644 --- a/timers.ts +++ b/timers.ts @@ -81,6 +81,7 @@ export function setInterval( } export function clearTimer(id: number) { + timers.delete(id); pubInternal("timers", { command: pb.Msg.Command.TIMER_CLEAR, timerClearId: id