Update KSpigotChat.kt

This commit is contained in:
bluefireoly
2020-08-28 12:58:04 +02:00
parent d784d8f755
commit f250f2a3a2

View File

@@ -70,4 +70,4 @@ fun BaseComponent.clickEvent(action: ClickEvent.Action, value: String) {
* GLOBAL SHORTCUTS * GLOBAL SHORTCUTS
*/ */
fun c(hex: String): ChatColor = ChatColor.of(hex) fun col(hex: String): ChatColor = ChatColor.of(hex)