From d534f73b63578d384c7a69462ca18cf0883926f5 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:39:24 +1000 Subject: Backend: Remove deprecated function ChatUtils.error (#2021) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- src/main/java/at/hannibal2/skyhanni/features/misc/QuickModMenuSwitch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc') diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/QuickModMenuSwitch.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/QuickModMenuSwitch.kt index 20cd0bcdc..2741605ef 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/QuickModMenuSwitch.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/QuickModMenuSwitch.kt @@ -157,7 +157,7 @@ object QuickModMenuSwitch { } catch (_: Exception) { } } - ChatUtils.error("Error trying to open the gui for mod " + mod.name + "!") + ErrorManager.skyHanniError("Error trying to open the gui for mod " + mod.name + "!") } "hytil" -> { -- cgit