mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Send FP altitude without unit
https://discordapp.com/channels/539048679160676382/539846348275449887/593211815559823367 https://discordapp.com/channels/539048679160676382/539846348275449887/593063154238619649
This commit is contained in:
committed by
Mat Sutcliffe
parent
fba288edc3
commit
693c94c87a
@@ -660,8 +660,8 @@ namespace BlackCore
|
||||
const QString route = flightPlan.getRoute();
|
||||
const QString remarks = QString(flightPlan.getRemarks());
|
||||
|
||||
const QString alt = flightPlan.getCruiseAltitude().asFpVatsimAltitudeString();
|
||||
//! \fixme that would be the official string, can this be used?
|
||||
const QString alt = flightPlan.getCruiseAltitude().asFpVatsimAltitudeString();
|
||||
// const QString alt = flightPlan.getCruiseAltitude().asFpAltitudeString();
|
||||
|
||||
QString act = flightPlan.getCombinedPrefixIcaoSuffix();
|
||||
|
||||
Reference in New Issue
Block a user