Skip to content

Commit 140754c

Browse files
fix(info): fixed info icon in MessageFormat.kt
1 parent 47f79ce commit 140754c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/cc/modlabs/kpaper/messages/MessageFormat.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import kotlin.time.Duration
1010
import kotlin.time.Duration.Companion.seconds
1111

1212
enum class MessageFormat(val format: String) {
13-
INFO("\uE012<color:#CAD3C8> %s"),
13+
INFO("<color:#CAD3C8> %s"),
1414
WARNING("<color:#F8EFBA>⚠ %s"),
1515
ERROR("<color:#FD7272>🪲 %s"),
1616
SUCCESS("✔ <color:#a3e877>%s"),
@@ -189,4 +189,4 @@ fun CommandSender.sendMessageBlock(vararg messages: String, translated: Boolean
189189
}
190190

191191
internal val String.minecraftTranslated
192-
get() = "<lang:$this>"
192+
get() = "<lang:$this>"

0 commit comments

Comments
 (0)