Skip to content

Commit

Permalink
AI follow fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Jun 29, 2024
1 parent f4362a1 commit fa74094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BossMod/AI/AIManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void Dispose()

public void Update()
{
if (WorldState.Party.ContentIDs[_masterSlot] == 0)
if (WorldState.Party.ActorIDs[_masterSlot] == 0)
SwitchToIdle();

if (!_config.Enabled && _beh != null)
Expand Down

0 comments on commit fa74094

Please sign in to comment.