From bc687091520c8a1bf1f3d19dcddb4d80e1ea42c5 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 8 Sep 2024 21:14:34 -0700 Subject: save primed for losing streak bonus state if plugin is unloaded --- Malmstone/Plugin.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Malmstone/Plugin.cs') diff --git a/Malmstone/Plugin.cs b/Malmstone/Plugin.cs index ada8202..66171b0 100644 --- a/Malmstone/Plugin.cs +++ b/Malmstone/Plugin.cs @@ -57,7 +57,9 @@ public sealed class Plugin : IDalamudPlugin EnablePVPRewardWindowAddon(); PvPService.UpdateFrontlineResultCache(); - + if (Configuration.IsPrimedForBuff) + PvPService.ConsecutiveThirdPlaceFrontline = 1; + if (Configuration.PostmatchProgressionToastType < 0 || Configuration.PostmatchProgressionToastType > 2) { Configuration.PostmatchProgressionToastType = 0; -- cgit v1.2.3