Skip to content

Commit

Permalink
Fix the PMW screen injection
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jun 9, 2023
1 parent 27be1a3 commit 0812d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Mixin(MinecraftClient.class)
public class MinecraftClientMixin {
@ModifyArg(
method = "<init>(Lnet/minecraft/client/RunArgs;)V",
method = "connectQuickPlay",
at = @At(
value = "INVOKE",
target = "Lnet/minecraft/client/MinecraftClient;setScreen(Lnet/minecraft/client/gui/screen/Screen;)V"
Expand Down

0 comments on commit 0812d7d

Please sign in to comment.