From 3397cc4474e3165865707182a5dcacf5bb4e68bd Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:00:22 +0200 Subject: Backend: Chat and Open Config (#1396) Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Cal --- .../hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/event') diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt b/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt index 96baef5a3..7fd5cde54 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/event/diana/GriffinBurrowHelper.kt @@ -328,7 +328,11 @@ object GriffinBurrowHelper { if (!isEnabled()) { if (currentMayor != Mayor.DIANA) { - ChatUtils.clickableChat("§cSelect Diana as mayor overwrite!", "sh assume mayor") + ChatUtils.chatAndOpenConfig( + "§cSelect Diana as mayor overwrite!", + SkyHanniMod.feature.dev.debug::assumeMayor + ) + } else { ChatUtils.userError("Have an Ancestral Spade in the inventory!") } -- cgit