Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
martimavocado committed Nov 5, 2024
1 parent 8df1187 commit 2e60442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object HoppityRabbitTheFishChecker {
if (!isEnabled() || !mealEggInventoryPattern.matches(event.inventoryName)) return

rabbitTheFishIndex = event.inventoryItems.filter {
it.value.hasDisplayName()
it.value.hasDisplayName() && it.key != 22
}.entries.firstOrNull {
rabbitTheFishItemPattern.matches(it.value.displayName)
}?.key
Expand Down

0 comments on commit 2e60442

Please sign in to comment.