Update KSpigotChat.kt

This commit is contained in:
bluefireoly
2020-10-03 23:09:55 +02:00
parent 3d41e4ae9d
commit 28cc4fa8dc

View File

@@ -46,7 +46,7 @@ class KSpigotComponentBuilder {
} }
/** /*
* BASE COMPONENT * BASE COMPONENT
*/ */
@@ -68,7 +68,7 @@ fun BaseComponent.clickEvent(action: ClickEvent.Action, value: String) {
clickEvent = ClickEvent(action, value) clickEvent = ClickEvent(action, value)
} }
/** /*
* GLOBAL SHORTCUTS * GLOBAL SHORTCUTS
*/ */