We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 251f297 + 4fc23fc commit b60a425Copy full SHA for b60a425
src/app/mods/shortcuts/shortcuts.ts
@@ -75,7 +75,7 @@ export class Shortcuts extends Mod {
75
76
// Open menu
77
this.shortcutsHelper.bind(this.params.diver.open_menu, () => {
78
- this.wGame.gui.mainControls.buttonBox._childrenList[14].tap()
+ this.wGame.gui.mainControls.buttonBox._childrenList[15].tap()
79
});
80
81
// Spell
@@ -144,7 +144,7 @@ export class Shortcuts extends Mod {
144
}
145
if (this.params.diver.active_open_menu && !winClosed) {
146
// If no window closed open menu
147
148
149
150
0 commit comments