Removed spurious globalScene.clearPhaseQueue() call

This commit is contained in:
Wlowscha 2025-02-10 19:02:59 +01:00
parent e5f3269525
commit 0cbcf59704
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -1991,7 +1991,6 @@ export default class PokedexUiHandler extends MessageUiHandler {
ui.showText(i18next.t("pokedexUiHandler:confirmExit"), null, () => {
ui.setModeWithoutClear(Mode.CONFIRM, () => {
ui.setMode(Mode.POKEDEX, "refresh");
globalScene.clearPhaseQueue();
this.clearText();
this.clear();
ui.revertMode();