fixed bug in teamtasks

This commit is contained in:
2025-06-21 17:55:52 +02:00
parent 0d1e6070ce
commit 427aed9a7e
6 changed files with 8 additions and 9 deletions

View File

@ -91,7 +91,7 @@ public class Countdown {
}
}
public boolean isDone() {
private boolean isDone() {
return this.current <= 0;
}