From 40ec0e9400dcfd7400daa62b4ef765352b233d3a Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 9 Sep 2024 22:01:18 -0700 Subject: fix: possible outdated frontline bonus is not marked properly on UI if user plays frontline without option enabled --- Malmstone/Windows/ConfigWindow.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Malmstone/Windows/ConfigWindow.cs') diff --git a/Malmstone/Windows/ConfigWindow.cs b/Malmstone/Windows/ConfigWindow.cs index 0dc4e11..9b2fdea 100644 --- a/Malmstone/Windows/ConfigWindow.cs +++ b/Malmstone/Windows/ConfigWindow.cs @@ -178,6 +178,7 @@ public class ConfigWindow : Window, IDisposable Plugin.PvPAddon.EnableFrontlinePostMatch(); else if(!trackFrontlineBonus && !Configuration.ShowProgressionChatPostFL) Plugin.PvPAddon.DisableFrontlinePostMatch(); + Configuration.OutdatedFrontlineRewardBonus = true; Configuration.Save(); } if (ImGui.IsItemHovered()) -- cgit v1.2.3