mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T668, allow to set an additional time offset via "dot command"
This commit is contained in:
@@ -1273,7 +1273,7 @@ namespace BlackCore
|
||||
offsetTime = CFsdSetup::c_interimPositionTimeOffsetMsec;
|
||||
}
|
||||
|
||||
return offsetTime;
|
||||
return m_additionalOffsetTime + offsetTime;
|
||||
}
|
||||
|
||||
qint64 CNetworkVatlib::currentOffsetTime(const CCallsign &callsign) const
|
||||
|
||||
Reference in New Issue
Block a user