Hotfix /skip
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
233766f9d7
Commit
8bfade1604
@ -97,7 +97,7 @@ public abstract class Countdown {
|
|||||||
smallestTime = countdown.time;
|
smallestTime = countdown.time;
|
||||||
}
|
}
|
||||||
|
|
||||||
smallestTime--;
|
smallestTime -= 2;
|
||||||
for(Countdown countdown : currentCountdowns){
|
for(Countdown countdown : currentCountdowns){
|
||||||
countdown.time -= smallestTime;
|
countdown.time -= smallestTime;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren