1
0
mirror of https://github.com/cabaletta/baritone synced 2025-02-16 11:57:04 +00:00

Fix cringe shift by injector

This commit is contained in:
Brady 2023-06-14 17:32:47 -05:00
parent 3662b3fdf1
commit f14caa3778
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -61,9 +61,8 @@ public class MixinEntityPlayerSP {
method = "onUpdate",
at = @At(
value = "INVOKE",
target = "net/minecraft/client/entity/EntityPlayerSP.isRiding()Z",
shift = At.Shift.BY,
by = -3
target = "net/minecraft/client/entity/AbstractClientPlayer.onUpdate()V",
shift = At.Shift.AFTER
)
)
private void onPreUpdate(CallbackInfo ci) {