Skip to content

Commit

Permalink
reset here
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Jul 12, 2024
1 parent e7e807f commit 4b3df8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions BossMod/AI/AIManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ private void SwitchToIdle()

_masterSlot = PartyState.PlayerSlot;
_controller.Clear();
_autorot.Hints.ForceMovementIn = float.MaxValue;
}

private void SwitchToFollow(int masterSlot)
Expand Down
1 change: 0 additions & 1 deletion BossMod/BossModule/AIHints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public class Enemy(Actor actor, bool shouldBeTanked)
// clear all stored data
public void Clear()
{
ForceMovementIn = float.MaxValue;
Center = default;
Bounds = DefaultBounds;
PotentialTargets.Clear();
Expand Down

0 comments on commit 4b3df8d

Please sign in to comment.