mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-24 22:01:24 +01:00
Fix client crash caused by boat interaction fix
This commit is contained in:
parent
21b03dbc80
commit
bb052fbdfe
@ -93,7 +93,7 @@ public abstract class MixinBoatEntity extends VehicleEntity {
|
||||
if (ProtocolTranslator.getTargetVersion().olderThanOrEqualTo(ProtocolVersion.v1_20_5)) {
|
||||
return ActionResult.PASS;
|
||||
} else {
|
||||
return instance.interact(player, hand);
|
||||
return super.interact(player, hand);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user