Skip to content

Commit

Permalink
-Replaced planned speed with actual
Browse files Browse the repository at this point in the history
  • Loading branch information
e4rthdog committed Apr 12, 2020
1 parent 9387f4d commit 4a2ccc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public static List<VatLine> DownloadVatsimData(string _uri, string _filename)
planned_depairport = col[11],
planned_destairport = col[13],
planned_aircraft = col[9],
planned_tascruise = col[10],
planned_tascruise = col[8],
altitude = col[7],
lat = col[5],
lon = col[6],
Expand Down

0 comments on commit 4a2ccc2

Please sign in to comment.