mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Add NoUpdateReason of NotAvailable, driven by ProductNotAvailable
This commit is contained in:
parent
449d8cb796
commit
a306fb4363
8 changed files with 49 additions and 16 deletions
|
|
@ -317,7 +317,8 @@ void TimelineManager::ReceiveRadarSweepNotUpdated(std::size_t mapIndex,
|
|||
types::NoUpdateReason reason)
|
||||
{
|
||||
if (!p->radarSweepMonitorActive_ ||
|
||||
reason == types::NoUpdateReason::NotLoaded)
|
||||
(reason == types::NoUpdateReason::NotLoaded ||
|
||||
reason == types::NoUpdateReason::NotAvailable))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue