在重新加载时正确显示Type63装载弹药

This commit is contained in:
Light_Quanta 2025-07-13 20:39:25 +08:00
parent 8aa9a0d528
commit 24b04c1176
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -114,6 +114,7 @@ public class Type63Entity extends ContainerMobileVehicleEntity implements GeoEnt
super.readAdditionalSaveData(compound);
this.entityData.set(PITCH, compound.getFloat("Pitch"));
this.entityData.set(YAW, compound.getFloat("Yaw"));
setChanged();
}
@Override