diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-17 18:23:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 18:23:46 +0100 |
commit | f72cf9906a49736948a353fceb135e49b3f041b5 (patch) | |
tree | 012116f3b0594b01ac95b2a8c863fa4c39c14502 /src/main/java/at/hannibal2/skyhanni/features/dungeon | |
parent | ccf598ce287b3f179e65827c3a4caa05b75d3beb (diff) | |
download | skyhanni-f72cf9906a49736948a353fceb135e49b3f041b5.tar.gz skyhanni-f72cf9906a49736948a353fceb135e49b3f041b5.tar.bz2 skyhanni-f72cf9906a49736948a353fceb135e49b3f041b5.zip |
Feature: Thaumaturgy Tuning in Custom Scoreboard (#1201)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/dungeon')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/dungeon/DungeonFinderFeatures.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |