Skip to content

Commit

Permalink
SkyHanni position editor hotkey now works outside SkyBlock as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Dec 21, 2023
1 parent 8307ea7 commit abc12e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class GuiEditManager {

@SubscribeEvent
fun onKeyClick(event: LorenzKeyPressEvent) {
if (!LorenzUtils.inSkyBlock) return
if (!LorenzUtils.onHypixel) return
if (event.keyCode != SkyHanniMod.feature.gui.keyBindOpen) return
if (isInGui()) return

Expand Down

0 comments on commit abc12e3

Please sign in to comment.