Update Range.lua

This commit is contained in:
Frank
2019-09-03 18:06:12 +02:00
parent 254dd92cd8
commit c6fc6ab017
+2 -2
View File
@@ -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