This commit is contained in:
Frank
2019-09-02 22:38:09 +02:00
parent 1ecbf22f0a
commit 93af911891
5 changed files with 202 additions and 56 deletions
+2 -2
View File
@@ -2193,8 +2193,8 @@ function RANGE:_DisplayBombTargets(_unitname)
if coord then
local ca2g=coord:ToStringA2G(_unit, _settings)
local lldms=coord:ToStringLLDMS()
_text=_text..string.format("\n- %s: %s %s", bombtarget.name or "unknown", ca2g, lldms)
local lldms=coord:ToStringLLDMS(_settings)
_text=_text..string.format("\n- %s:\n%s\n%s", bombtarget.name or "unknown", ca2g, lldms)
end
end