aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/slayer
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-10 14:33:57 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-10 14:33:57 +0200
commit8007c4a51a2b45aef20ba07cd2b3041e132fc691 (patch)
tree21237f080daa34bc1eb8f8bdeba0eba1e9764a3f /src/main/java/at/hannibal2/skyhanni/features/slayer
parent698ebfb1a5673e52f97c681d41a1eb4becf92df7 (diff)
downloadskyhanni-8007c4a51a2b45aef20ba07cd2b3041e132fc691.tar.gz
skyhanni-8007c4a51a2b45aef20ba07cd2b3041e132fc691.tar.bz2
skyhanni-8007c4a51a2b45aef20ba07cd2b3041e132fc691.zip
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/slayer')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt b/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt
index 3a39fa71d..d4e4df46f 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/slayer/DetectBrokenHyperion.kt
@@ -14,7 +14,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
class DetectBrokenHyperion {
private val config get() = SkyHanniMod.feature.slayer
private var brokenInRow = 0
- private val logger = LorenzLogger("detect_broken_hyperion")
+ private val logger = LorenzLogger("slayer/detect_broken_hyperion")
@SubscribeEvent
fun onPurseChange(event: PurseChangeEvent) {