mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Guard for "CLoginComponent::onWebServiceDataRead"
This commit is contained in:
committed by
Mat Sutcliffe
parent
86c8568bf2
commit
52de67a72f
@@ -365,6 +365,7 @@ namespace BlackGui
|
||||
void CLoginComponent::onWebServiceDataRead(CEntityFlags::Entity entity, CEntityFlags::ReadState state, int number)
|
||||
{
|
||||
if (!CEntityFlags::isFinishedReadState(state)) { return; }
|
||||
if (!sGui || !sGui->getIContextNetwork() || sGui->isShuttingDown()) { return; }
|
||||
Q_UNUSED(number)
|
||||
|
||||
if (entity == CEntityFlags::VatsimDataFile)
|
||||
|
||||
Reference in New Issue
Block a user