Range fix for #1984 (#1992)

Range fix for #1984
This commit is contained in:
Thomas 2023-08-20 13:41:20 +02:00 committed by GitHub
parent 045c49679d
commit ef40b1c524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -591,7 +591,7 @@ RANGE.MenuF10Root = nil
--- Range script version.
-- @field #string version
RANGE.version = "2.7.0"
RANGE.version = "2.7.1"
-- TODO list:
-- TODO: Verbosity level for messages.
@ -2044,6 +2044,7 @@ function RANGE:OnEventShot( EventData )
-- Attack parameters.
local attackHdg=_unit:GetHeading()
local attackAlt=_unit:GetHeight()
attackAlt = UTILS.MetersToFeet(attackAlt)
local attackVel=_unit:GetVelocityKNOTS()
-- Tracking info and init of last bomb position.