Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed May 18, 2024
1 parent 1f37d9f commit 181814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Ghost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private static bool CheckLookEnemy(EnemyInfo __instance)
memory.GoalEnemy = null;
memory.LastEnemy = null;

__instance.SetCanShoot(false);
__instance.SetVisible(false);
__instance.SetCanShoot(false);
__instance.SetIgnoreState();

Expand Down

0 comments on commit 181814d

Please sign in to comment.