Skip to content

Commit

Permalink
Whoops! Name was missing!
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArthurCole committed Sep 25, 2024
1 parent 32b19e6 commit b252d06
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,13 @@ object HoppityAPI {
when (groupOrNull("name") ?: return@matchMatcher) {
"Fish the Rabbit" -> {
EggFoundEvent(STRAY, it.slotNumber, null).post()
lastName = "§9Fish the Rabbit"
lastMeal = STRAY
attemptFireRabbitFound()
}
"El Dorado" -> {
EggFoundEvent(STRAY, it.slotNumber, null).post()
lastName = "§6El Dorado"
lastMeal = STRAY
attemptFireRabbitFound()
}
Expand Down

0 comments on commit b252d06

Please sign in to comment.