+ fix SimpleCounter
This commit is contained in:
		@@ -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;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user