diff options
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/garden/ToolTooltipTweaks.kt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/garden/ToolTooltipTweaks.kt b/src/main/java/at/hannibal2/skyhanni/features/garden/ToolTooltipTweaks.kt index be5bde924..8bd3a1dec 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/garden/ToolTooltipTweaks.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/garden/ToolTooltipTweaks.kt @@ -144,11 +144,6 @@ class ToolTooltipTweaks { } } } - - // Fixing a hypixel bug. TODO remove once hypixel fixes it. use disabled features repo maybe? - if (internalName.contains("LOTUS")) { - event.toolTip.replaceAll { it.replace("Kills:", "Visitors:") } - } } private fun Number.formatStat() = statFormatter.format(this) |