[Bug] Caught Pokemon-Summary Option playing Error Sound (#3229)

Co-authored-by: Frutescens <info@laptop>
This commit is contained in:
Mumble 2024-07-29 16:00:56 -07:00 committed by GitHub
parent 005d986d9e
commit 4b448d371f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export default class ConfirmUiHandler extends AbstractOptionSelectUiHandler {
label: i18next.t("partyUiHandler:SUMMARY"),
handler: () => {
args[0]();
return false;
return true;
},
}, {
label: i18next.t("menu:yes"),