Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
only swap karamja gloves with wear
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Mar 17, 2020
1 parent 2186a1a commit 3eb623e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -188,7 +188,7 @@ else if (config.swapStore() && option.equals("trade-general-store"))
{
swap("trade-builders-store", option, target, index);
}
else if (target.startsWith("karamja gloves"))
else if (target.startsWith("karamja gloves") && option.equals("wear"))
{
swap(config.swapKaramjaGlovesLeftClick().getOption().toLowerCase(), option, target, index);
}
Expand Down

0 comments on commit 3eb623e

Please sign in to comment.