mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Improve display of nav points in kneeboard.
This commit is contained in:
@@ -456,8 +456,8 @@ class WaypointBuilder:
|
||||
altitude
|
||||
)
|
||||
waypoint.name = "NAV"
|
||||
waypoint.description = ""
|
||||
waypoint.pretty_name = ""
|
||||
waypoint.description = "NAV"
|
||||
waypoint.pretty_name = "Nav"
|
||||
return waypoint
|
||||
|
||||
def nav_path(self, a: Point, b: Point,
|
||||
|
||||
Reference in New Issue
Block a user