mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-20 17:07:54 +00:00
Update Range.lua
This commit is contained in:
@@ -2192,13 +2192,13 @@ function RANGE:_DisplayBombTargets(_unitname)
|
|||||||
|
|
||||||
if coord then
|
if coord then
|
||||||
|
|
||||||
local ca2g=coord:ToStringA2G(_unit, _settings)
|
local ca2g=coord:ToStringA2G(_unit,_settings)
|
||||||
local lldms=coord:ToStringLLDMS(_settings)
|
local lldms=coord:ToStringLLDMS(_settings)
|
||||||
_text=_text..string.format("\n- %s:\n%s\n%s", bombtarget.name or "unknown", ca2g, lldms)
|
_text=_text..string.format("\n- %s:\n%s\n%s", bombtarget.name or "unknown", ca2g, lldms)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
self:_DisplayMessageToGroup(_unit,_text, nil, true, true)
|
self:_DisplayMessageToGroup(_unit,_text, 60, true, true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user