aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/dulkirmod/features
diff options
context:
space:
mode:
authoringlettronald <inglettronald@gmail.com>2023-04-02 16:36:53 -0500
committeringlettronald <inglettronald@gmail.com>2023-04-02 16:36:53 -0500
commit08848974d8ea83d692ce1c215fd0d4f30bf72ab5 (patch)
tree42ee5d10e5fbce670baffeda277fc83d168f6e07 /src/main/kotlin/dulkirmod/features
parent38c1134cfa09d9a4bbbc488797a3ec019dd00834 (diff)
downloadDulkirMod-08848974d8ea83d692ce1c215fd0d4f30bf72ab5.tar.gz
DulkirMod-08848974d8ea83d692ce1c215fd0d4f30bf72ab5.tar.bz2
DulkirMod-08848974d8ea83d692ce1c215fd0d4f30bf72ab5.zip
final changes hopefully
Diffstat (limited to 'src/main/kotlin/dulkirmod/features')
-rw-r--r--src/main/kotlin/dulkirmod/features/BrokenHypeNotif.kt2
1 files changed, 0 insertions, 2 deletions
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