Ref T259, Ref T243 details for aircraft parts

This commit is contained in:
Klaus Basan
2018-04-05 02:44:48 +02:00
committed by Roland Winklmeier
parent c1ac229875
commit c3f05ea1cd
3 changed files with 43 additions and 2 deletions

View File

@@ -257,9 +257,10 @@ namespace BlackMisc
CLogMessage::preformatted(message);
}
// make sure in any case right time
// make sure in any case right time and correct details
parts.setCurrentUtcTime();
parts.setTimeOffsetMs(currentOffset);
parts.setPartsDetails(CAircraftParts::FSDAircraftParts);
// store part history (parts always absolute)
this->storeAircraftParts(callsign, parts, false);