Skip to content

Commit

Permalink
Amend previous commit, don't set keyCode to -1
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jan 28, 2025
1 parent 1c4c92e commit 972329e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public final class SyncedKeybind {
@SideOnly(Side.CLIENT)
private KeyBinding keybinding;
@SideOnly(Side.CLIENT)
private int keyCode = -1;
private int keyCode;
@SideOnly(Side.CLIENT)
private boolean isKeyDown;

Expand Down

0 comments on commit 972329e

Please sign in to comment.