Skip to content

Commit

Permalink
Update KeybindingMixin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamKracker authored Nov 25, 2024
1 parent 869ebb1 commit d957c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.HashMap;
import java.util.Map;

@Mixin(value = KeyBinding.class, remap = false)
@Mixin(value = KeyBinding.class)
public abstract class KeybindingMixin implements KeyBindingAccessor {
@Unique
private GardenKeybindsData.GardenKeyBindOverride cookies$gardenKey;
Expand Down

0 comments on commit d957c25

Please sign in to comment.