mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #324 Remove timeout implementation from MSFS plugins
This commit is contained in:
@@ -482,12 +482,6 @@ namespace BlackSimPlugin
|
||||
{
|
||||
foreach(CSimConnectObject simObj, m_simConnectObjects)
|
||||
{
|
||||
if (simObj.getInterpolator()->getTimeOfLastReceivedSituation().secsTo(QDateTime::currentDateTimeUtc()) > 15)
|
||||
{
|
||||
removeRemoteAircraft(simObj);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (simObj.getInterpolator()->hasEnoughAircraftSituations())
|
||||
{
|
||||
SIMCONNECT_DATA_INITPOSITION position;
|
||||
|
||||
Reference in New Issue
Block a user