diff --git a/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java b/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java index f99317bc4..5619c0241 100644 --- a/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java +++ b/src/main/java/com/atsuishio/superbwarfare/entity/Mk42Entity.java @@ -77,7 +77,7 @@ public class Mk42Entity extends Entity implements GeoEntity, ICannonEntity { @Override public void addAdditionalSaveData(CompoundTag compound) { - compound.putInt("oolDown", this.entityData.get(COOL_DOWN)); + compound.putInt("CoolDown", this.entityData.get(COOL_DOWN)); compound.putFloat("Health", this.entityData.get(HEALTH)); }