From 08848974d8ea83d692ce1c215fd0d4f30bf72ab5 Mon Sep 17 00:00:00 2001 From: inglettronald Date: Sun, 2 Apr 2023 16:36:53 -0500 Subject: final changes hopefully --- src/main/kotlin/dulkirmod/features/BrokenHypeNotif.kt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/kotlin/dulkirmod/features') diff --git a/src/main/kotlin/dulkirmod/features/BrokenHypeNotif.kt b/src/main/kotlin/dulkirmod/features/BrokenHypeNotif.kt index 4253b6f..fcbc2f3 100644 --- a/src/main/kotlin/dulkirmod/features/BrokenHypeNotif.kt +++ b/src/main/kotlin/dulkirmod/features/BrokenHypeNotif.kt @@ -3,7 +3,6 @@ package dulkirmod.features import dulkirmod.DulkirMod.Companion.mc import dulkirmod.config.DulkirConfig import dulkirmod.utils.TabListUtils -import dulkirmod.utils.TextUtils import dulkirmod.utils.TitleUtils import dulkirmod.utils.Utils import net.minecraft.item.ItemStack @@ -40,7 +39,6 @@ fun brokenHypeNotif() { } } } - TextUtils.info(id) // check if a wither blade, then check if same id if (!(id matches "(HYPERION|ASTRAEA|SCYLLA|VALKYRIE)".toRegex())) { return -- cgit