mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-01 15:40:23 +01:00
[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"),
|
label: i18next.t("partyUiHandler:SUMMARY"),
|
||||||
handler: () => {
|
handler: () => {
|
||||||
args[0]();
|
args[0]();
|
||||||
return false;
|
return true;
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
label: i18next.t("menu:yes"),
|
label: i18next.t("menu:yes"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user