Skip to content

Commit

Permalink
fixed missing regex for choc factory upgrade hider
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid committed May 17, 2024
1 parent ef235ed commit 71fd9dd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ class ChatFilter {
private val factoryUpgradePatterns = listOf(
"§.* §r§7has been promoted to §r§7\\[.*§r§7] §r§.*§r§7!".toPattern(),
"§7Your §r§aRabbit Barn §r§7capacity has been increased to §r§a.* Rabbits§r§7!".toPattern(),
"§7You will now produce §r§6.* Chocolate §r§7per click!".toPattern()
"§7You will now produce §r§6.* Chocolate §r§7per click!".toPattern(),
"§7You upgraded to §r§d.*?§r§7!".toPattern()

)
private val powderMiningMessages = listOf(
"§aYou uncovered a treasure chest!",
Expand Down

0 comments on commit 71fd9dd

Please sign in to comment.