Skip to content

Commit

Permalink
Update src/main/java/at/hannibal2/skyhanni/features/bingo/card/nextst…
Browse files Browse the repository at this point in the history
…ephelper/BingoNextStepHelper.kt

Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
  • Loading branch information
catgirlseraid and CalMWolfs authored May 19, 2024
1 parent d061806 commit 286100b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class BingoNextStepHelper {
)
private val npcMessagePattern by patternGroup.pattern(
"crystal.npcmessage",
"§e[NPC] §dRhys§f: §rThank you for the items!§r"
"§e\\[NPC] §dRhys§f: §rThank you for the items!§r"
)

private val itemIslandRequired = mutableMapOf<String, IslandVisitStep>()
Expand Down

0 comments on commit 286100b

Please sign in to comment.