Skip to content

Commit

Permalink
Amend previous commit, don't set keyCode to -1 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Jan 28, 2025
1 parent 1c4c92e commit 1e5903b
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 1e5903b

Please sign in to comment.