Dieser Commit ist enthalten in:
Ursprung
684383a978
Commit
1ad1b6f74c
@ -58,4 +58,10 @@ public class GameCountdown extends Countdown {
|
||||
|
||||
TowerRun.getMessage().broadcastActionbar("GAME_TIME", String.format("%02d", timeMinutes), String.format("%02d", timeSeconds));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void disable() {
|
||||
super.disable();
|
||||
setTime(defaultTime());
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren