Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure flag carrier is hidden on radar map after flag reset (#286)
The HideOnRadarMap method must be invoked before calling RemoveCarrier to ensure the Carrier property is not set to null. If RemoveCarrier is called first, HideOnRadarMap will not be called, resulting in the carrier still being visible on the radar map despite the flag reset.
- Loading branch information