aboutsummaryrefslogtreecommitdiffstats
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
parent0f327ab73f43324943440ba075023e84581faf5d (diff)
fix: possible outdated frontline bonus is not marked properly on UI if user plays frontline without option enabled
-rw-r--r--Malmstone/Malmstone.csproj2
-rw-r--r--Malmstone/Plugin.cs1
-rw-r--r--Malmstone/Windows/ConfigWindow.cs1
3 files changed, 2 insertions, 2 deletions
diff --git a/Malmstone/Malmstone.csproj b/Malmstone/Malmstone.csproj
index 1976052..1e70f01 100644
--- a/Malmstone/Malmstone.csproj
+++ b/Malmstone/Malmstone.csproj
@@ -3,7 +3,7 @@
<Import Project="Dalamud.Plugin.Bootstrap.targets" />
<PropertyGroup>
- <Version>1.0.6.0</Version>
+ <Version>1.0.6.5</Version>
<Description>A PVP Series Malmstones Level Calculator</Description>
<PackageProjectUrl>https://github.com/goatcorp/Malmstone</PackageProjectUrl>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
diff --git a/Malmstone/Plugin.cs b/Malmstone/Plugin.cs
index ffa1ea9..ed021e0 100644
--- a/Malmstone/Plugin.cs
+++ b/Malmstone/Plugin.cs
@@ -13,7 +13,6 @@ using System.Linq;
using Malmstone.Utils;
using Malmstone.Addons;
using Dalamud.Game.Addon.Lifecycle;
-using FFXIVClientStructs.FFXIV.Client.System.Framework;
namespace Malmstone;
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