+ fix SimpleCounter

This commit is contained in:
坏黑 2018-11-10 15:08:28 +08:00
parent 9d0b0317f1
commit 39f3eb3081

View File

@ -18,7 +18,7 @@ public class SimpleCounter {
public SimpleCounter(int limit, boolean ignoredFirst) {
this.timer = 0;
this.limit = limit;
this.ignoredFirst = true;
this.ignoredFirst = ignoredFirst;
this.counterFirst = true;
}