diff options
-rw-r--r-- | timers.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |