From 735c6edad7032046640c261d267142f7d493445f Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:20:17 +0100 Subject: [PATCH] Fixed harp features --- .../at/hannibal2/skyhanni/features/inventory/HarpFeatures.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 85fb989e52d3..8f0c6be6aaad 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())