mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 00:06:18 +00:00
revert empty party message change
This commit is contained in:
parent
ee02232dd2
commit
b902238431
@ -1283,9 +1283,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
if (this.tryStart(true)) {
|
||||
success = true;
|
||||
} else {
|
||||
// pressing enter with an empty party -> display message with the controls
|
||||
this.tutorialActive = true;
|
||||
this.showText(i18next.t("starterSelectUiHandler:emptyParty"), undefined, () => this.showText("", 0, () => this.tutorialActive = false), undefined, true);
|
||||
error = true;
|
||||
}
|
||||
} else if (button === Button.CANCEL) {
|
||||
|
Loading…
Reference in New Issue
Block a user