修复载具能被疾跑攻击击退的问题
This commit is contained in:
parent
3869cd084b
commit
056a24c143
1 changed files with 5 additions and 0 deletions
|
@ -481,4 +481,9 @@ public class VehicleEntity extends Entity {
|
|||
public boolean allowFreeCam() {
|
||||
return false;
|
||||
}
|
||||
|
||||
// 本方法留空
|
||||
@Override
|
||||
public void push(double pX, double pY, double pZ) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue