diff options
Diffstat (limited to 'Malmstone/Windows/ConfigWindow.cs')
| -rw-r--r-- | Malmstone/Windows/ConfigWindow.cs | 1 |
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()) |
