SteamWar/FightSystem
Archiviert
13
1
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2020-01-13 17:49:59 +01:00
Ursprung ac2f012ab9
Commit 320083fb08

Datei anzeigen

@ -50,7 +50,6 @@ public abstract class Countdown {
}
public void disable() {
if(!task.isCancelled())
task.cancel();
}