mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Add missing conditional
This commit is contained in:
@@ -72,7 +72,7 @@ void CRelayTracker::SendMsgs(const TAreaId& areaId, CStateManager& stateMgr)
|
|||||||
if (((relay.GetRelayId() >> 16) & 0x3FF) != areaId)
|
if (((relay.GetRelayId() >> 16) & 0x3FF) != areaId)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (!HasRelay(relay.GetRelayId()))
|
if (!HasRelay(relay.GetRelayId()) || relay.GetActive())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
RemoveRelay(relay.GetRelayId());
|
RemoveRelay(relay.GetRelayId());
|
||||||
|
|||||||
Reference in New Issue
Block a user