Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPasi committed Jun 19, 2024
1 parent f19d237 commit 04727f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/natural/motionblur/MotionBlurMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void onInitializeClient() {
.setKeySaveConsumer(newValue -> {
config.toggleKey = newValue.getCode();
toggleKeybinding.setBoundKey(newValue);
KeyBinding.updateKeysByCode(); // Ensure the keybinding gets updated
})
.build());
builder.setSavingRunnable(this::saveConfig);
Expand Down

0 comments on commit 04727f9

Please sign in to comment.