From 6b4f42adb3e465556379141dd263fb4b38f18de0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:14:14 +0100 Subject: [PATCH] break harp features repo for testing purposes --- .../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 8f0c6be6aaad..85fb989e52d3 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())