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

Commit

Permalink
Added line due to bad server tick causing double weave for some
Browse files Browse the repository at this point in the history
  • Loading branch information
edewen committed Sep 15, 2024
1 parent 12789df commit f7cde70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Combos/PvE/SCH.cs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
return Dissipation;

// Aetherflow
if (IsEnabled(CustomComboPreset.SCH_DPS_Aetherflow) &&
if (IsEnabled(CustomComboPreset.SCH_DPS_Aetherflow) && !WasLastAction(Dissipation) &&
ActionReady(Aetherflow) && !Gauge.HasAetherflow() &&
InCombat() && CanSpellWeave(actionID))
return Aetherflow;
Expand Down

0 comments on commit f7cde70

Please sign in to comment.