From 3feb9ef1b0e31099ec86ec90c0372690151022b1 Mon Sep 17 00:00:00 2001 From: Govindas Date: Fri, 30 Oct 2020 12:25:56 +0200 Subject: [PATCH] Update CleanupTimer.java --- src/lt/govindas/skooldown/utilities/CleanupTimer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lt/govindas/skooldown/utilities/CleanupTimer.java b/src/lt/govindas/skooldown/utilities/CleanupTimer.java index 51f363b..0bd8eaf 100644 --- a/src/lt/govindas/skooldown/utilities/CleanupTimer.java +++ b/src/lt/govindas/skooldown/utilities/CleanupTimer.java @@ -17,6 +17,7 @@ public class CleanupTimer { @Override public void run() { Iterator it = Skooldown.cooldowns.entrySet().iterator(); + i = 0; while (it.hasNext()) { Map.Entry pair = (Map.Entry) it.next();