diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarCancelledBuyOrderClipboard.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarCancelledBuyOrderClipboard.kt b/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarCancelledBuyOrderClipboard.kt index 1b6087e19..aeda031d0 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarCancelledBuyOrderClipboard.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/bazaar/BazaarCancelledBuyOrderClipboard.kt @@ -23,10 +23,11 @@ class BazaarCancelledBuyOrderClipboard { /** * REGEX-TEST: §6§7from §a50§7x §7missing items. * REGEX-TEST: §7§a22§7x §7missing items. + * REGEX-TEST: §6coins §7from §a2,000§7x §7missing items. */ private val lastAmountPattern by patternGroup.pattern( "lastamount", - "(?:§6§7from |§7)§a(?<amount>.*)§7x §7missing items\\." + "(?:§6coins §7from |§6§7from |§7)§a(?<amount>.*)§7x §7missing items\\." ) private val cancelledMessagePattern by patternGroup.pattern( "cancelledmessage", |