Update CleanupTimer.java

This commit is contained in:
Govindas 2020-10-30 12:25:56 +02:00
parent bbf4d62855
commit 3feb9ef1b0
1 changed files with 1 additions and 0 deletions

View File

@ -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();