Fix a typo in ButtonInfo.kt
This commit is contained in:
parent
4dfd850f33
commit
54799044d6
|
@ -6,7 +6,7 @@ import net.minecraft.network.chat.TranslatableComponent
|
|||
|
||||
/**
|
||||
* Should be used on classes/objects extending [ButtonImpl]
|
||||
**/
|
||||
*/
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class ButtonInfo(
|
||||
|
|
Loading…
Reference in New Issue