Skip to content

Commit

Permalink
Fix Manipulation action check
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Dec 15, 2023
1 parent 38a621c commit 3d056b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Craftimizer/SimulatorUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public static unsafe short GetPlayerLevel(this ClassJob me) =>
PlayerState.Instance()->ClassJobLevelArray[me.GetExpArrayIdx()];

public static unsafe bool CanPlayerUseManipulation(this ClassJob me) =>
ActionManager.CanUseActionOnTarget(ActionType.Manipulation.GetId(me), (GameObject*)Service.ClientState.LocalPlayer!.Address);
UIState.Instance()->IsUnlockLinkUnlockedOrQuestCompleted(ActionType.Manipulation.GetActionRow(me).Action!.UnlockLink);

public static string GetName(this ClassJob me)
{
Expand Down

0 comments on commit 3d056b7

Please sign in to comment.