Update CleanupTimer.java
This commit is contained in:
parent
bbf4d62855
commit
3feb9ef1b0
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user