From: Liza Carvelli Date: Sat, 29 Mar 2025 23:29:27 +0000 (+0100) Subject: Fix 'To Flag' X-Git-Tag: v5.1~14 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=f71b47cefb22f8af634d41863576f374c9c0f4f4;p=Questionable.git Fix 'To Flag' --- diff --git a/Questionable/Windows/QuestComponents/QuickAccessButtonsComponent.cs b/Questionable/Windows/QuestComponents/QuickAccessButtonsComponent.cs index 172df115..27338177 100644 --- a/Questionable/Windows/QuestComponents/QuickAccessButtonsComponent.cs +++ b/Questionable/Windows/QuestComponents/QuickAccessButtonsComponent.cs @@ -62,7 +62,7 @@ internal sealed class QuickAccessButtonsComponent public unsafe void Draw() { var map = AgentMap.Instance(); - using (var unused = ImRaii.Disabled(map == null || map->IsFlagMarkerSet || + using (var unused = ImRaii.Disabled(map == null || !map->IsFlagMarkerSet || map->FlagMapMarker.TerritoryId != _clientState.TerritoryType || !_navmeshIpc.IsReady)) {