mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +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();
|
||||
}
|
||||
|
||||
@Inject(method = "dismountVehicle()Z", at = @At("RETURN"))
|
||||
@Inject(method = "dismountVehicle()V", at = @At("RETURN"))
|
||||
private void onStopRiding(CallbackInfo info) {
|
||||
calculateDimensions();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue