diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-28 22:06:45 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-02-28 22:06:45 +0100 |
commit | c9bdd2130c858183fc4d2d6e73233b95b5cbdcf4 (patch) | |
tree | 2ba0f86b755539629d1813d8bbd5fd99afa525fd /src/main/java/at | |
parent | 61ee1fbde4c73d80312b1f2f6fd23ddc590ad37e (diff) | |
download | skyhanni-c9bdd2130c858183fc4d2d6e73233b95b5cbdcf4.tar.gz skyhanni-c9bdd2130c858183fc4d2d6e73233b95b5cbdcf4.tar.bz2 skyhanni-c9bdd2130c858183fc4d2d6e73233b95b5cbdcf4.zip |
removed unused code
Diffstat (limited to 'src/main/java/at')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt index fba389eb7..618e238bc 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/SlayerQuestWarning.kt @@ -11,7 +11,6 @@ import at.hannibal2.skyhanni.utils.ChatUtils import at.hannibal2.skyhanni.utils.LocationUtils.distanceToPlayer import at.hannibal2.skyhanni.utils.LorenzUtils import at.hannibal2.skyhanni.utils.StringUtils.matchMatcher -import at.hannibal2.skyhanni.utils.StringUtils.removeColor import at.hannibal2.skyhanni.utils.getLorenzVec import at.hannibal2.skyhanni.utils.repopatterns.RepoPattern import net.minecraft.entity.EntityLivingBase @@ -86,11 +85,9 @@ class SlayerQuestWarning { var slayerQuest = false var bossSlain = false var slayBoss = false - var slayerTypeName = "" var nextIsType = false for (line in ScoreboardData.sidebarLinesFormatted) { if (nextIsType) { - slayerTypeName = line.removeColor() nextIsType = false } if (line == "Slayer Quest") { |