summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/bingo
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-05-26 14:57:16 +0200
committerGitHub <noreply@github.com>2024-05-26 14:57:16 +0200
commit29657e24412baa7be9a1681593593368f92de26f (patch)
tree70d669a42b88fdc5df0fbad6313bcffdd1b9b5c0 /src/main/java/at/hannibal2/skyhanni/features/bingo
parent0ddd9edc94bc0c872109acd0b845163b073ceb6a (diff)
downloadskyhanni-29657e24412baa7be9a1681593593368f92de26f.tar.gz
skyhanni-29657e24412baa7be9a1681593593368f92de26f.tar.bz2
skyhanni-29657e24412baa7be9a1681593593368f92de26f.zip
Backend: Use HypixelCommands (#1769)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/bingo')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bingo/card/BingoCardDisplay.kt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bingo/card/BingoCardDisplay.kt b/src/main/java/at/hannibal2/skyhanni/features/bingo/card/BingoCardDisplay.kt
index 1140379b6..b00b88569 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bingo/card/BingoCardDisplay.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bingo/card/BingoCardDisplay.kt
@@ -11,6 +11,7 @@ import at.hannibal2.skyhanni.features.bingo.card.goals.BingoGoal
import at.hannibal2.skyhanni.features.bingo.card.nextstephelper.BingoNextStepHelper
import at.hannibal2.skyhanni.utils.ChatUtils
import at.hannibal2.skyhanni.utils.ConditionalUtils.onToggle
+import at.hannibal2.skyhanni.utils.HypixelCommands
import at.hannibal2.skyhanni.utils.InventoryUtils
import at.hannibal2.skyhanni.utils.ItemUtils
import at.hannibal2.skyhanni.utils.LorenzUtils
@@ -87,7 +88,7 @@ class BingoCardDisplay {
newList.add(Renderable.clickAndHover("§cOpen the §e/bingo §ccard.",
listOf("Click to run §e/bingo"),
onClick = {
- ChatUtils.sendCommandToServer("bingo")
+ HypixelCommands.bingo()
}
))
} else {