aboutsummaryrefslogtreecommitdiffstats
path: root/Malmstone/Windows/ConfigWindow.cs
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-09-09 22:01:18 -0700
committerPinapelz <yukais@pinapelz.com>2024-09-09 22:11:34 -0700
commit40ec0e9400dcfd7400daa62b4ef765352b233d3a (patch)
tree12a82ad44a2f6363fef578fedcd639a71cb4ca6f /Malmstone/Windows/ConfigWindow.cs
parent0f327ab73f43324943440ba075023e84581faf5d (diff)
fix: possible outdated frontline bonus is not marked properly on UI if user plays frontline without option enabled
Diffstat (limited to 'Malmstone/Windows/ConfigWindow.cs')
-rw-r--r--Malmstone/Windows/ConfigWindow.cs1
1 files changed, 1 insertions, 0 deletions
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())
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage