Skip to content

Commit b8d56dd

Browse files
committed
Dont show HUD on F1
1 parent 4de6e07 commit b8d56dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/lambda/gui/components/HudGuiLayout.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ object HudGuiLayout : Loadable, Configurable(HudConfig) {
100100

101101
init {
102102
listen<GuiEvent.NewFrame> {
103+
if (mc.options.hudHidden) return@listen
104+
103105
buildLayout {
104106
if (ClickGuiLayout.open && !isShownInGUI) {
105107
popupContextVoid("##hud-background") {

0 commit comments

Comments
 (0)