aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-03-27 21:56:26 +0100
committerGitHub <noreply@github.com>2024-03-27 21:56:26 +0100
commitfcc1baa893d687f7572912f88736aa89cd5de445 (patch)
tree9632a36b76dc300da3ad012f5934f461a11efa86 /src/main/java/at/hannibal2/skyhanni/features
parent73e662d1149bd6730e3b79ee0ecaed62246a7721 (diff)
downloadskyhanni-fcc1baa893d687f7572912f88736aa89cd5de445.tar.gz
skyhanni-fcc1baa893d687f7572912f88736aa89cd5de445.tar.bz2
skyhanni-fcc1baa893d687f7572912f88736aa89cd5de445.zip
Fix: PestAPI tablist formatting (#1291)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestAPI.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestAPI.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestAPI.kt
index 842538774..5380c4e5c 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestAPI.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestAPI.kt
@@ -75,11 +75,11 @@ object PestAPI {
"§4§lൠ §cThis plot has §6(?<amount>\\d) Pests?§c!"
)
/**
- * REGEX-TEST: Infested Plots: §r§b4§r§f, §r§b12§r§f, §r§b13§r§f, §r§b18§r§f, §r§b20
+ * REGEX-TEST: Plots: §r§b4§r§f, §r§b12§r§f, §r§b13§r§f, §r§b18§r§f, §r§b20
*/
private val infectedPlotsTablistPattern by patternGroup.pattern(
"tablist.infectedplots",
- "\\sInfested Plots: (?<plots>.*)"
+ "\\sPlots: (?<plots>.*)"
)
private fun fixPests() {