Skip to content

Commit

Permalink
Update for newest item api
Browse files Browse the repository at this point in the history
  • Loading branch information
brainiac committed Jan 17, 2021
1 parent e9128ac commit 5b728cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/MQ2Navigation.cpp
Expand Up @@ -957,7 +957,7 @@ void MQ2NavigationPlugin::AttemptClick()
return;

// don't execute if we've got an item on the cursor.
if (GetPcProfile()->pInventoryArray && GetPcProfile()->pInventoryArray->Inventory.Cursor)
if (GetPcProfile()->GetInventorySlot(InvSlot_Cursor))
return;

clock::time_point now = clock::now();
Expand Down

0 comments on commit 5b728cc

Please sign in to comment.