Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunderblade73 committed Jan 11, 2024
1 parent 41be1ef commit ea0bacc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class HideNotClickableItems {
reverseColor = false

return when {
hideNpcSell(chestName, stack) -> true
hideNpcSell(stack) -> true
hideInStorage(chestName, stack) -> true
hideSalvage(chestName, stack) -> true
hidePlayerTrade(chestName, stack) -> true
Expand Down Expand Up @@ -373,7 +373,7 @@ class HideNotClickableItems {
return result
}

private fun hideNpcSell(chestName: String, stack: ItemStack): Boolean {
private fun hideNpcSell(stack: ItemStack): Boolean {
if (!ShiftClickNPCSell.inInventory) return false
if (VisitorAPI.inInventory) return false
reverseColor = true
Expand Down

0 comments on commit ea0bacc

Please sign in to comment.