mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 20:57:13 +00:00
Changed Mode.ADMIN enum to be in line with the handler (#3892)
This commit is contained in:
parent
59ff4e9941
commit
27d52af077
@ -87,9 +87,9 @@ export enum Mode {
|
|||||||
OUTDATED,
|
OUTDATED,
|
||||||
CHALLENGE_SELECT,
|
CHALLENGE_SELECT,
|
||||||
RENAME_POKEMON,
|
RENAME_POKEMON,
|
||||||
ADMIN,
|
|
||||||
RUN_HISTORY,
|
RUN_HISTORY,
|
||||||
RUN_INFO,
|
RUN_INFO,
|
||||||
|
ADMIN,
|
||||||
}
|
}
|
||||||
|
|
||||||
const transitionModes = [
|
const transitionModes = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user