mirror of https://github.com/cabaletta/baritone
Add missing `CallbackInfo`
This commit is contained in:
parent
2a82f6048a
commit
57a17e907e
|
@ -101,7 +101,7 @@ public class MixinMinecraft {
|
|||
method = "runTick",
|
||||
at = @At("RETURN")
|
||||
)
|
||||
private void postRunTick() {
|
||||
private void postRunTick(CallbackInfo ci) {
|
||||
if (this.tickProvider == null) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue