mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +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);
|
||||
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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user