aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-08 15:14:14 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-08 15:14:14 +0100
commit6b4f42adb3e465556379141dd263fb4b38f18de0 (patch)
tree3cc52dedf8673af4f9c6d3f4e97f6d6ffe9432ee
parent854a1f71eac59e6f8f0d1f2680124f06823b76b7 (diff)
downloadskyhanni-6b4f42adb3e465556379141dd263fb4b38f18de0.tar.gz
skyhanni-6b4f42adb3e465556379141dd263fb4b38f18de0.tar.bz2
skyhanni-6b4f42adb3e465556379141dd263fb4b38f18de0.zip
break harp features repo for testing purposes
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/inventory/HarpFeatures.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/HarpFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/HarpFeatures.kt
index 8f0c6be6a..85fb989e5 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/inventory/HarpFeatures.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/HarpFeatures.kt
@@ -33,7 +33,7 @@ object HarpFeatures {
}
private val buttonColors = listOf('d', 'e', 'a', '2', '5', '9', 'b')
- private val inventoryTitleRegex by RepoPattern.pattern("harp.inventory", "^Harp.*")
+ private val inventoryTitleRegex by RepoPattern.pattern("harp.inventory", "^Harp.*_wrong")
private fun isHarpGui() = inventoryTitleRegex.matches(openInventoryName())