Skip to content

Commit

Permalink
Fixes radio fuse overcompensation
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Jul 22, 2024
1 parent ee9b9ef commit a27f0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/entities/fuzes/radio.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ else

if not Target then return false end

return (Missile.Position + Missile.LastVel):Distance(Target) <= self.Distance
return Missile.Position:Distance(Target) <= self.Distance
end
end

0 comments on commit a27f0bc

Please sign in to comment.