aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-08 15:20:17 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-12-08 15:20:17 +0100
commit735c6edad7032046640c261d267142f7d493445f (patch)
treeee38146b0473d3cc4ae07e57f64f5c861e7f42a8 /src/main/java/at
parent6b4f42adb3e465556379141dd263fb4b38f18de0 (diff)
downloadskyhanni-735c6edad7032046640c261d267142f7d493445f.tar.gz
skyhanni-735c6edad7032046640c261d267142f7d493445f.tar.bz2
skyhanni-735c6edad7032046640c261d267142f7d493445f.zip
Fixed harp features
Diffstat (limited to 'src/main/java/at')
-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 85fb989e5..8f0c6be6a 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.*_wrong")
+ private val inventoryTitleRegex by RepoPattern.pattern("harp.inventory", "^Harp.*")
private fun isHarpGui() = inventoryTitleRegex.matches(openInventoryName())