Skip to content

Commit

Permalink
Try normal writing
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed May 3, 2024
1 parent 349c758 commit bf9b6a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public byte[] transform(byte[] bytes) {
visitVarInsn(25, 1);
visitVarInsn(23, 4);
visitMethodInsn(184, "openmods/renderer/PlayerRendererHookVisitor", "post", "(Lnet/minecraft/client/entity/AbstractClientPlayer;F)V", false);
openmods.renderer.PlayerRendererHookVisitor$InjectorMethodVisitor.this$0.listener.onSuccess();
openmods.renderer.PlayerRendererHookVisitor.this.listener.onSuccess();
}
super.visitInsn($1);
}
Expand Down

0 comments on commit bf9b6a7

Please sign in to comment.