revert fix

This commit is contained in:
Frederico Santos 2024-08-24 17:44:36 +01:00
parent 0f6170b3f7
commit 38d4a594a0
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ export default class MenuUiHandler extends MessageUiHandler {
render() {
const ui = this.getUi();
this.scene.updateGameInfo();
this.excludedMenus = () => [
{ condition: ![Mode.COMMAND, Mode.TITLE].includes(ui.getModeChain()[0]), options: [ MenuOptions.EGG_GACHA, MenuOptions.EGG_LIST] },
{ condition: bypassLogin, options: [ MenuOptions.LOG_OUT ] }