Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
221f5930c9
Commit
3922588096
@ -83,9 +83,9 @@ public abstract class Countdown {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for(Countdown countdown : currentCountdowns){
|
for(Countdown countdown : currentCountdowns){
|
||||||
countdown.time -= smallestTime;
|
if(countdown.time - smallestTime <= 1)
|
||||||
if(countdown.time <= 1)
|
|
||||||
countdown.prepareFinish();
|
countdown.prepareFinish();
|
||||||
|
countdown.time -= smallestTime;
|
||||||
countdown.show();
|
countdown.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren