Skip to content

Commit

Permalink
Fix 'can't release your only pokemon' message (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
MokaStitcher authored Feb 12, 2025
1 parent 4a73632 commit 8b3f050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/party-ui-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ export default class PartyUiHandler extends MessageUiHandler {
true,
);
} else {
this.showText(i18next.t("partyUihandler:cannotReleasePokemon"), null, () => this.showText("", 0), null, true);
this.showText(i18next.t("partyUiHandler:cannotReleasePokemon"), null, () => this.showText("", 0), null, true);
}
}

Expand Down

0 comments on commit 8b3f050

Please sign in to comment.