修复载具能被疾跑攻击击退的问题

This commit is contained in:
17146 2025-02-23 03:20:03 +08:00
parent 3869cd084b
commit 056a24c143

View file

@ -481,4 +481,9 @@ public class VehicleEntity extends Entity {
public boolean allowFreeCam() { public boolean allowFreeCam() {
return false; return false;
} }
// 本方法留空
@Override
public void push(double pX, double pY, double pZ) {
}
} }