aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt
index 7195bc896..390d34e59 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/gui/customscoreboard/ScoreboardPattern.kt
@@ -509,12 +509,12 @@ object ScoreboardPattern {
/**
* REGEX-TEST: §3§lCatch a Fish
- * REGEX-TEST: §6§lFruit Diggin§6§lg
- * REGEX-TEST: §c§lZombie Shoot§c§lout
+ * REGEX-TEST: §6§lFruit Digging
+ * REGEX-TEST: §c§lZombie Shootout
*/
val carnivalTasksPattern by carnivalSb.pattern(
"tasks",
- "§.§l(?:Catch a Fish|Fruit Diggin|Zombie Shoot)(?:§.§l(?:g|out))?",
+ "§.§l(?:Catch a Fish|Fruit Digging|Zombie Shootout)",
)
/**