Hotfix NPE
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
9885225466
Commit
443ffb725d
@ -40,7 +40,8 @@ public class WinconditionPoints extends PlayerWincondition {
|
||||
@Override
|
||||
public void disable() {
|
||||
super.disable();
|
||||
countdown.disable();
|
||||
if(countdown != null)
|
||||
countdown.disable();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren