From d8b0d4bc0adc28927adb00b34f7b9852cd8a6b67 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 31 May 2024 12:26:29 +0200 Subject: Improvement: Reword maximum clicks message for experiments (#1963) --- .../at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java') 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 e9c8a717b..667e7854d 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/inventory/SuperpairsClicksAlert.kt @@ -56,7 +56,7 @@ class SuperpairsClicksAlert { .any { it.value.stackSize > roundsNeeded }) ) { SoundUtils.playBeepSound() - ChatUtils.chat("You have reached the maximum possible clicks!") + ChatUtils.chat("You have reached the maximum extra Superpairs clicks from this add-on!") roundsNeeded = -1 } } -- cgit