Skip to content

Commit

Permalink
Fix InputEvent$Key not being fired (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Oct 23, 2024
1 parent 91303b6 commit 03928d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions patches/net/minecraft/client/KeyboardHandler.java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
return;
}
}
@@ -507,6 +_,7 @@
}
}
}
+ net.neoforged.neoforge.client.ClientHooks.onKeyInput(p_90895_, p_90896_, p_90897_, p_90898_);
}
}

@@ -516,10 +_,20 @@
if (screen != null && this.minecraft.getOverlay() == null) {
try {
Expand Down

0 comments on commit 03928d5

Please sign in to comment.