Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
xorus committed Sep 8, 2022
1 parent d75fe75 commit 9995961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/PrePullDetect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public unsafe void Update()
var actionManager = (TrimmedDownActionManager*)FFXIVClientStructs.FFXIV.Client.Game.ActionManager.Instance();
if (!_state.CountingDown || !actionManager->isCasting) return;
_state.PrePulling =
(actionManager->castTime - actionManager->elapsedCastTime + _configuration.FloatingWindowPrePullOffset) >
(actionManager->castTime - actionManager->elapsedCastTime + _configuration.FloatingWindowPrePullOffset) <
_state.CountDownValue;
}
}

0 comments on commit 9995961

Please sign in to comment.