+ fix SimpleCounter
This commit is contained in:
parent
9d0b0317f1
commit
39f3eb3081
@ -18,7 +18,7 @@ public class SimpleCounter {
|
|||||||
public SimpleCounter(int limit, boolean ignoredFirst) {
|
public SimpleCounter(int limit, boolean ignoredFirst) {
|
||||||
this.timer = 0;
|
this.timer = 0;
|
||||||
this.limit = limit;
|
this.limit = limit;
|
||||||
this.ignoredFirst = true;
|
this.ignoredFirst = ignoredFirst;
|
||||||
this.counterFirst = true;
|
this.counterFirst = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user