Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
remap=false!
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Sep 25, 2024
1 parent 9c2cea9 commit 8b986c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/mcbrawls/sgui/mixin/HotbarGuiMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public abstract class HotbarGuiMixin extends BaseSlotGui {
@Shadow(remap = false) public abstract void setSelectedSlot(int value);

@Shadow protected int selectedSlot;
@Shadow(remap = false) protected int selectedSlot;

private HotbarGuiMixin(ServerPlayerEntity player, int size) {
super(player, size);
Expand Down

0 comments on commit 8b986c5

Please sign in to comment.