New ESCORT class, first version ...

This class does now detection reporting to the main client group.
This commit is contained in:
FlightControl
2016-03-19 01:45:15 +01:00
parent 6dc1b1a810
commit 11c7cea1de
7 changed files with 149 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ routines.tostringBR = function(az, dist, alt, metric)
dist = routines.utils.round(routines.utils.metersToNM(dist), 2)
end
local s = string.format('%03d°', az) .. ' for ' .. dist
local s = string.format('%03d', az) .. ' for ' .. dist
if alt then
if metric then