diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-09-09 22:01:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-09-09 22:11:34 -0700 |
| commit | 40ec0e9400dcfd7400daa62b4ef765352b233d3a (patch) | |
| tree | 12a82ad44a2f6363fef578fedcd639a71cb4ca6f /Malmstone/Plugin.cs | |
| parent | 0f327ab73f43324943440ba075023e84581faf5d (diff) | |
fix: possible outdated frontline bonus is not marked properly on UI if user plays frontline without option enabled
Diffstat (limited to 'Malmstone/Plugin.cs')
| -rw-r--r-- | Malmstone/Plugin.cs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
