[Bug] Caught Pokemon-Summary Option playing Error Sound (#3229)
Co-authored-by: Frutescens <info@laptop>
This commit is contained in:
parent
005d986d9e
commit
4b448d371f
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue