Skip to content

Commit

Permalink
menu swapper: remove Pickpocket block
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jun 17, 2022
1 parent bdb480e commit ef6df76
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,7 @@ private void configureNpcClick(MenuOpened event)
continue;
}

if ("Pickpocket".equals(actions[actionIdx])
|| "Knock-Out".equals(actions[actionIdx])
if ("Knock-Out".equals(actions[actionIdx])
|| "Lure".equals(actions[actionIdx]))
{
// https://secure.runescape.com/m=news/another-message-about-unofficial-clients?oldschool=1
Expand Down

0 comments on commit ef6df76

Please sign in to comment.