fixed bug in teamtasks
This commit is contained in:
@ -91,7 +91,7 @@ public class Countdown {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isDone() {
|
||||
private boolean isDone() {
|
||||
return this.current <= 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user