From 7519ef5249502f9aa14e350e5e5b8b83eab0e1eb Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:11:08 +0200 Subject: fix typo --- .../at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2') diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt index 8e3c12679..5c5011c85 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt @@ -19,7 +19,7 @@ object SuperpairsClicksAlert { private var roundsNeeded = -1 private val roundsNeededRegex = Regex("""(?:Chain|Series) of (\d+):""") private val currentRoundRegex = Regex("""Round: (\d+)""") - private val targetInventoryNames = arrayOf("Chronomatron", "c") + private val targetInventoryNames = arrayOf("Chronomatron", "Ultrasequencer") @SubscribeEvent fun onInventoryOpen(event: InventoryOpenEvent) { -- cgit