Temporary disable cg/elevation check for AI models

This commit is contained in:
Lars Toenning
2019-02-19 15:09:32 +01:00
committed by Mat Sutcliffe
parent 68edb32c6c
commit 98925d3286

View File

@@ -948,7 +948,7 @@ namespace BlackSimPlugin
const CLength cg = std::isnan(cgValue) ?
CLength::null() :
CLength(cgValue, CLengthUnit::m(), CLengthUnit::ft());
this->rememberElevationAndCG(cs, xpAircraft.getAircraftModelString(), elevation, cg);
//this->rememberElevationAndCG(cs, xpAircraft.getAircraftModelString(), elevation, cg);
// loopback
if (logCallsigns.contains(cs))