mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-25 01:32:21 +02:00
Removed spurious globalScene.clearPhaseQueue() call
This commit is contained in:
parent
e5f3269525
commit
0cbcf59704
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user