Skip to content

Commit 15e7fb1

Browse files
committed
fix: remove local names
1 parent b24f8b1 commit 15e7fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/client/java/io/github/jamalam360/utility_belt/client/mixin/MinecraftMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class MinecraftMixin {
4040
ordinal = 2
4141
)
4242
)
43-
private boolean utilitybelt$useHotbarKeysInBelt(boolean pressed, @Local(name = "i") int i) {
43+
private boolean utilitybelt$useHotbarKeysInBelt(boolean pressed, @Local int i) {
4444
StateManager stateManager = StateManager.getStateManager(true);
4545
if (stateManager.isInBelt(this.player) && pressed) {
4646
switch (UtilityBeltClient.CLIENT_CONFIG.get().hotbarKeyBehaviour) {

0 commit comments

Comments
 (0)