From 902f57ef7b06cd905c7ac1e78215240cf6bb77ee Mon Sep 17 00:00:00 2001 From: David Cole <40234707+DavidArthurCole@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:02:22 -0400 Subject: [PATCH] Where did my attempt fire go --- .../at/hannibal2/skyhanni/features/event/hoppity/HoppityAPI.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityAPI.kt b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityAPI.kt index 59ba2cf86db3..8d3ac22c3e76 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/event/hoppity/HoppityAPI.kt @@ -129,6 +129,7 @@ object HoppityAPI { lastName = "ยง6El Dorado" lastMeal = STRAY duplicate = it.stack.getLore().any { line -> duplicateDoradoStrayPattern.matches(line) } + attemptFireRabbitFound() } } }