diff --git a/core/src/mindustry/entities/Damage.java b/core/src/mindustry/entities/Damage.java index 44ea787658..f3e41db408 100644 --- a/core/src/mindustry/entities/Damage.java +++ b/core/src/mindustry/entities/Damage.java @@ -94,7 +94,7 @@ public class Damage{ collideLine(b, b.team, b.type.hitEffect, b.x, b.y, b.rotation(), resultLength, large); - b.fdata = furthest != null ? resultLength : length; + b.fdata = resultLength; return resultLength; }