From f72cf9906a49736948a353fceb135e49b3f041b5 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Sun, 17 Mar 2024 18:23:46 +0100 Subject: Feature: Thaumaturgy Tuning in Custom Scoreboard (#1201) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon') diff --git a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt index 964b4653e..7037743ef 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt @@ -167,7 +167,7 @@ class DungeonFinderFeatures { if (stack.getLore().firstOrNull()?.removeColor()?.startsWith("Dungeon:") == false) return if (classNames.contains(selectedClass)) selectedClass = "§a${selectedClass}§7" event.toolTip.add("") - event.toolTip.add("§cMissing: §7" + createCommaSeparatedList(classNames)) + event.toolTip.add("§cMissing: §7" + classNames.createCommaSeparatedList()) } @SubscribeEvent -- cgit