v0.6.3b: added a safety check to the challenges button
This commit is contained in:
parent
382da6b45d
commit
e1b9612601
|
@ -518,6 +518,7 @@ public class StartScene extends PixelScene {
|
|||
} );
|
||||
} else {
|
||||
StartScene.this.add( new WndMessage( Messages.get(StartScene.class, "need_to_win") ) );
|
||||
SPDSettings.challenges(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user