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