Skip to content

Commit

Permalink
hi detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
martimavocado committed Nov 5, 2024
1 parent 3f1aeb1 commit 5e2490e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object DungeonLividFinder {
// When the real livid dies at the same time as a fake livid, Hypixel despawns the player entity,
// and makes it impossible to get the mob of the real livid again.

ChatUtils.debug("Livid found: ${lividColor}§7 | $lividArmorStandId")
ChatUtils.debug("Livid found: $lividColor§7 | $lividArmorStandId")
if (config.enabled) mob.highlight(lividColor.toColor())
} else fakeLivids += mob
}
Expand Down Expand Up @@ -109,7 +109,7 @@ object DungeonLividFinder {
if (mob.isLividColor(newColor)) {
livid = mob
lividArmorStandId = mob.armorStand?.entityId
ChatUtils.debug("Livid found: ${newColor}§7 | $lividArmorStandId")
ChatUtils.debug("Livid found: $newColor§7 | $lividArmorStandId")
if (config.enabled) mob.highlight(newColor.toColor())
fakeLivids -= mob
continue
Expand Down

0 comments on commit 5e2490e

Please sign in to comment.