Skip to content

Commit

Permalink
fix: Comment out latest change because options are not yet available …
Browse files Browse the repository at this point in the history
…(ugh) and Balm included the snapshot version now resulting in a crash (ugh again)
  • Loading branch information
BlayTheNinth committed Aug 19, 2024
1 parent 453c048 commit 1a25331
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ public static boolean isBindingSupported(InputBinding binding, KeyConflictContex
return false;
}

if (!Kuma.areMultiBindingsSupported()) {
/*if (!Kuma.areMultiBindingsSupported()) {
for (final var keyMapping : Minecraft.getInstance().options.keyMappings) {
if (binding.key().equals(keyMapping.getDefaultKey())) {
return false;
}
}
}
}*/

return true;
}
Expand Down

0 comments on commit 1a25331

Please sign in to comment.