Skip to content

Commit 17acda6

Browse files
committed
Update ChatPlusSpecialChat.kt
1 parent b0420ee commit 17acda6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/ChatPlusSpecialChat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ internal object ChatPlusSpecialChat : PluginModule(
1212
) {
1313
private val modifier = newMessageModifier {
1414
it.packet.message
15-
.replace('&', '')
15+
.replace('&', '§')
1616
.replace("#n", "\n")
1717
}
1818

0 commit comments

Comments
 (0)