diff options
author | ingle <inglettronald@gmail.com> | 2022-10-02 21:52:11 -0500 |
---|---|---|
committer | ingle <inglettronald@gmail.com> | 2022-10-02 21:52:11 -0500 |
commit | 830d3185f6c0c4ac14c957c03e982badb40fa053 (patch) | |
tree | 5cd0acc33220bda733373bb51e70988bf3cb9fa3 /src/main/kotlin/dulkirmod/features | |
parent | 0b4f2ae705585e3978c4f0e4acd2ca772d1d13d7 (diff) | |
download | DulkirMod-830d3185f6c0c4ac14c957c03e982badb40fa053.tar.gz DulkirMod-830d3185f6c0c4ac14c957c03e982badb40fa053.tar.bz2 DulkirMod-830d3185f6c0c4ac14c957c03e982badb40fa053.zip |
Added chat confirmation for join-dungeon command
Diffstat (limited to 'src/main/kotlin/dulkirmod/features')
-rw-r--r-- | src/main/kotlin/dulkirmod/features/NametagCleaner.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/kotlin/dulkirmod/features/NametagCleaner.kt b/src/main/kotlin/dulkirmod/features/NametagCleaner.kt index b1557c9..234aa6d 100644 --- a/src/main/kotlin/dulkirmod/features/NametagCleaner.kt +++ b/src/main/kotlin/dulkirmod/features/NametagCleaner.kt @@ -9,8 +9,6 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent /** * Code inspired heavily by Skytils. - * - * TODO: fix */ object NametagCleaner { @SubscribeEvent |