Add NoUpdateReason of NotAvailable, driven by ProductNotAvailable

This commit is contained in:
Dan Paulat 2025-08-30 18:24:50 -05:00
parent 449d8cb796
commit a306fb4363
8 changed files with 49 additions and 16 deletions

View file

@ -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;
}