diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-05-26 12:23:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-26 12:23:02 +0200 |
commit | ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7 (patch) | |
tree | 668444c961f0e8fc23cf5e52b38c11e33ad74b11 /src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt | |
parent | a214c141696f054b79c6ac13cb309992e3ac95d1 (diff) | |
download | skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.tar.gz skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.tar.bz2 skyhanni-ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7.zip |
Fix Typos (#1897)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt | 2 |
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 c40b291e6..f2e3a02ce 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/QuiverAPI.kt @@ -90,7 +90,7 @@ object QuiverAPI { "(?:§.)*You've added (?:§.)*(?<type>.*) x(?<amount>.*) (?:§.)*to your quiver!" ) - // Bows that don't use the players arrows, checked using the SkyBlock Id + // Bows that don't use the players arrows, checked using the SkyBlock ID private val fakeBowsPattern by group.pattern("fakebows", "^(BOSS_SPIRIT_BOW|CRYPT_BOW)$") private val quiverInventoryNamePattern by group.pattern("quivername", "^Quiver$") private val quiverInventoryPattern by group.pattern( |