Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore: 1.4.15 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Jul 30, 2024
1 parent 3fd4c87 commit f7e8134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ActionTimelineEx/ActionTimelineEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>ArchiTed</Authors>
<PlatformTarget>x64</PlatformTarget>
<Platforms>AnyCPU</Platforms>
<Version>1.4.14</Version>
<Version>1.4.15</Version>
<Nullable>enable</Nullable>
<DalamudLibPath>$(AppData)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion ActionTimelineEx/Helpers/RotationHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private static void ActionFromSelf(ActionEffectSet set)

if (IsIgnored(set)) return;

var nextAction = RotationSetting.GetNextAction(GcdUsedCount, oGcdUsedCount);
if (IsGcd(set))
{
oGcdUsedCount = 0;
Expand All @@ -122,7 +123,6 @@ private static void ActionFromSelf(ActionEffectSet set)
oGcdUsedCount++;
}

var nextAction = RotationSetting.GetNextAction(GcdUsedCount, oGcdUsedCount);
if (nextAction == null) return;

if (nextAction.IsMatched(actionId, actionSettingType))
Expand Down

0 comments on commit f7e8134

Please sign in to comment.