mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Fixed entity flag check
This commit is contained in:
committed by
Mat Sutcliffe
parent
c82efe441f
commit
8af4603432
@@ -64,7 +64,7 @@ namespace BlackGui
|
|||||||
{
|
{
|
||||||
Q_UNUSED(count);
|
Q_UNUSED(count);
|
||||||
if (!sGui || sGui->isShuttingDown() || !sGui->getWebDataServices()) { return; }
|
if (!sGui || sGui->isShuttingDown() || !sGui->getWebDataServices()) { return; }
|
||||||
if (!entity.testFlag(CEntityFlags::AircraftIcaoEntity) && CEntityFlags::isFinishedReadState(readState)) { return; }
|
if (!entity.testFlag(CEntityFlags::AircraftIcaoEntity)) { return; }
|
||||||
|
|
||||||
if (CEntityFlags::isFinishedReadState(readState))
|
if (CEntityFlags::isFinishedReadState(readState))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user