From 2d679bf0e366e5de45bc124d5a86661d9d57f87b Mon Sep 17 00:00:00 2001 From: Username404 Date: Thu, 24 Jun 2021 22:25:41 +0200 Subject: [PATCH] Remove an extra * character in ButtonInfo.kt --- .../kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt index 0d417be..8e38947 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/gui/feature/ButtonInfo.kt @@ -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