Skip to content

Commit

Permalink
[Chore] Update to dalamud change
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiClone committed Nov 20, 2024
1 parent ae3a54f commit f957187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComboTracker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private uint AdjustDRGCombo(uint actionID) {
return actionID;
}
public bool ShouldDraw(bool inCombat, bool noUI) {
conf.EnabledCTJobs.TryGetValue(DataStore.ClientState.LocalPlayer.ClassJob.Id, out var enabledJobCT);
conf.EnabledCTJobs.TryGetValue(DataStore.ClientState.LocalPlayer.ClassJob.RowId, out var enabledJobCT);
bool shouldShowComboTracker = conf.ComboEnabled && !noUI;
bool showComboTrackerInCombat = enabledJobCT && (conf.ShowOutOfCombatCT || inCombat);

Expand Down

0 comments on commit f957187

Please sign in to comment.