From f250f2a3a253ad0aa47cd8563cf2558300c74d62 Mon Sep 17 00:00:00 2001 From: bluefireoly Date: Fri, 28 Aug 2020 12:58:04 +0200 Subject: [PATCH] Update KSpigotChat.kt --- src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt b/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt index 063bfcbc..8a4c2de4 100644 --- a/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt +++ b/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt @@ -70,4 +70,4 @@ fun BaseComponent.clickEvent(action: ClickEvent.Action, value: String) { * GLOBAL SHORTCUTS */ -fun c(hex: String): ChatColor = ChatColor.of(hex) \ No newline at end of file +fun col(hex: String): ChatColor = ChatColor.of(hex) \ No newline at end of file