Skip to content

Commit b60a425

Browse files
authored
Merge pull request #209 from aejii/fix-echap
fix echap
2 parents 251f297 + 4fc23fc commit b60a425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/mods/shortcuts/shortcuts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class Shortcuts extends Mod {
7575

7676
// Open menu
7777
this.shortcutsHelper.bind(this.params.diver.open_menu, () => {
78-
this.wGame.gui.mainControls.buttonBox._childrenList[14].tap()
78+
this.wGame.gui.mainControls.buttonBox._childrenList[15].tap()
7979
});
8080

8181
// Spell
@@ -144,7 +144,7 @@ export class Shortcuts extends Mod {
144144
}
145145
if (this.params.diver.active_open_menu && !winClosed) {
146146
// If no window closed open menu
147-
this.wGame.gui.mainControls.buttonBox._childrenList[14].tap()
147+
this.wGame.gui.mainControls.buttonBox._childrenList[15].tap()
148148
}
149149
}
150150
});

0 commit comments

Comments
 (0)