mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
Fix a mixin
This commit is contained in:
parent
7ac7f2d90d
commit
eb8ab20e23
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ abstract class MixinClientPlayerEntity extends AbstractClientPlayerEntity implem
|
||||||
calculateDimensions();
|
calculateDimensions();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Inject(method = "dismountVehicle()Z", at = @At("RETURN"))
|
@Inject(method = "dismountVehicle()V", at = @At("RETURN"))
|
||||||
private void onStopRiding(CallbackInfo info) {
|
private void onStopRiding(CallbackInfo info) {
|
||||||
calculateDimensions();
|
calculateDimensions();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue