mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-24 07:23:24 +02:00
Fixed stupid merge missing brace
This commit is contained in:
parent
37d3a12cf8
commit
e1d99e5426
@ -114,6 +114,7 @@ export async function runSelectMysteryEncounterOption(
|
||||
} else {
|
||||
uiHandler.processInput(Button.ACTION);
|
||||
}
|
||||
}
|
||||
|
||||
async function handleSecondaryOptionSelect(game: GameManager, pokemonNo: number, optionNo?: number) {
|
||||
// Handle secondary option selections
|
||||
|
Loading…
Reference in New Issue
Block a user