diff --git a/src/main/java/com/simibubi/create/content/equipment/potatoCannon/PotatoProjectileEntity.java b/src/main/java/com/simibubi/create/content/equipment/potatoCannon/PotatoProjectileEntity.java index b233ad499..f7cebe591 100644 --- a/src/main/java/com/simibubi/create/content/equipment/potatoCannon/PotatoProjectileEntity.java +++ b/src/main/java/com/simibubi/create/content/equipment/potatoCannon/PotatoProjectileEntity.java @@ -317,7 +317,7 @@ public class PotatoProjectileEntity extends AbstractHurtingProjectile implements } private DamageSource causePotatoDamage() { - return CreateDamageSources.potatoCannon(level(), getOwner(), this); + return CreateDamageSources.potatoCannon(level(), this, getOwner()); } @SuppressWarnings("unchecked")