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