Skip to content

Commit

Permalink
Updated KC-390 model ICAO from E39 to KC39
Browse files Browse the repository at this point in the history
  • Loading branch information
dedevillela committed Dec 14, 2017
1 parent a9201bc commit a00c8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomAircraftMarkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ if (typeof VRS === "undefined" && VRS.globalDispatch && VRS.serverConfig) {
height: 40
},
matches: function( /** VRS.Aircraft */ aircraft) {
return aircraft.modelIcao.val === 'E39' && aircraft.isMlat.val
return aircraft.modelIcao.val === 'KC39' && aircraft.isMlat.val
}
}));

Expand All @@ -191,7 +191,7 @@ if (typeof VRS === "undefined" && VRS.globalDispatch && VRS.serverConfig) {
height: 40
},
matches: function( /** VRS.Aircraft */ aircraft) {
return aircraft.modelIcao.val === 'E39'
return aircraft.modelIcao.val === 'KC39'
}
}));

Expand Down

0 comments on commit a00c8ce

Please sign in to comment.