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

Commit

Permalink
syntax error fix woops
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV committed Jul 9, 2024
1 parent f7830ad commit 67276c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Magical/PCT_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected override bool GeneralGCD(out IAction? act)

//123
if (ThunderInMagentaPvE.CanUse(out act)) return true;
if (StoneInYellowPvE.CanUse((out act)) return true;
if (StoneInYellowPvE.CanUse(out act)) return true;
if (BlizzardInCyanPvE.CanUse(out act)) return true;

}
Expand Down

0 comments on commit 67276c9

Please sign in to comment.