Skip to content

Commit

Permalink
Fix Obfuscation Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Dec 27, 2024
1 parent d6207f0 commit e50f8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public abstract class GuiAdvancedMemoryCardMixin extends GuiScreen implements Ac
typeSelector.setVisible(false);
}

@Inject(method = "initGui", at = @At("HEAD"))
@Inject(method = "initGui", at = @At("HEAD"), remap = true)
private void setupInfoListPlayerPos(CallbackInfo ci) {
((AccessibleInfoList) (Object) infos).labs$setPlayerPos(mc.player.getPositionVector());
}
Expand Down

0 comments on commit e50f8ad

Please sign in to comment.