Skip to content

Commit

Permalink
Revert "Backport playeranimtor crash fix"
Browse files Browse the repository at this point in the history
This reverts commit 3123082.
  • Loading branch information
iron431 committed May 28, 2023
1 parent 3123082 commit 5677e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void isCapeLoaded(CallbackInfoReturnable<Boolean> cir) {
}

@Inject(method = "<init>", at = @At("TAIL"))
private void postInit(ClientLevel world, GameProfile profile, CallbackInfo ci) {
private void postInit(ClientLevel world, GameProfile profile, ProfilePublicKey publicKey, CallbackInfo ci) {
var player = (Player) (Object) this;
AbstractClientPlayerMixinHelper.playerMixinInit(player);
}
Expand Down

0 comments on commit 5677e6d

Please sign in to comment.