aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
diff options
context:
space:
mode:
authorPhoebe <77941535+catgirlseraid@users.noreply.github.com>2024-05-24 19:09:45 +1200
committerGitHub <noreply@github.com>2024-05-24 09:09:45 +0200
commit2e5beea602bfd4bc7a529d7088749e9b62536058 (patch)
tree2165cc714538d53a00bda7d0aa7bb6007ce702cf /src/main/java
parent752e94358bea9b95faed5fb77e0bf5f55f90f609 (diff)
downloadskyhanni-2e5beea602bfd4bc7a529d7088749e9b62536058.tar.gz
skyhanni-2e5beea602bfd4bc7a529d7088749e9b62536058.tar.bz2
skyhanni-2e5beea602bfd4bc7a529d7088749e9b62536058.zip
Remove unneeded code (#1873)
Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com>
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/garden/ToolTooltipTweaks.kt5
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)