Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit 90e5634

Browse files
committed
api(component): 改行コードは必ず \n を使うようにした
1 parent 12cf66b commit 90e5634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/kotlin/com/github/syari/spigot/api/component/TextComponentBuilder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ class TextComponentBuilder {
6969
}
7070

7171
companion object {
72-
val NewLine = TextComponent(System.lineSeparator())
72+
val NewLine = TextComponent("\n")
7373
}
7474
}

0 commit comments

Comments
 (0)