Remove an extra * character in ButtonInfo.kt

This commit is contained in:
Username404 2021-06-24 22:25:41 +02:00
parent 4143ef0e14
commit 2d679bf0e3
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import net.minecraft.network.chat.TranslatableComponent
annotation class ButtonInfo(
val parent: Category,
val kind: Type = Type.TOGGLE,
val ignored: Boolean = false /** Excludes a class from button collection **/
val ignored: Boolean = false /** Excludes a class from button collection */
) {
companion object {
internal var lightningFactor: Float = 0.33F