aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-03-16 19:24:43 +0100
committerGitHub <noreply@github.com>2024-03-16 19:24:43 +0100
commita5452d3b27e1d09565cf2eac3b7bfaf374f8a251 (patch)
tree1d85e2f1c6aa9c3dff374e3c85e1431c2d349997 /src/main/java/at/hannibal2
parentda27cfe31d4c75143bc914ef3a62ac13cf9ce369 (diff)
downloadskyhanni-a5452d3b27e1d09565cf2eac3b7bfaf374f8a251.tar.gz
skyhanni-a5452d3b27e1d09565cf2eac3b7bfaf374f8a251.tar.bz2
skyhanni-a5452d3b27e1d09565cf2eac3b7bfaf374f8a251.zip
Hotfix: QuiverAPI (#1194)
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt b/src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt
index 603b9963b..8fbd3531e 100644
--- a/src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt
+++ b/src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt
@@ -59,7 +59,7 @@ object QuiverAPI {
private val group = RepoPattern.group("data.quiver")
private val chatGroup = group.group("chat")
- private val selectPattern by chatGroup.pattern("select", "§aYou set your selected arrow type to §f(?<arrow>.*)§a!")
+ private val selectPattern by chatGroup.pattern("select", "§aYou set your selected arrow type to §.(?<arrow>.*)§a!")
private val fillUpJaxPattern by chatGroup.pattern(
"fillupjax",
"(§.)*Jax forged (§.)*(?<type>.*?)(§.)* x(?<amount>[\\d,]+)( (§.)*for (§.)*(?<coins>[\\d,]+) Coins)?(§.)*!"