diff --git a/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt b/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt index 65b6be8..8321776 100644 --- a/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt +++ b/src/main/kotlin/org/polyfrost/chatting/config/ChattingConfig.kt @@ -87,7 +87,7 @@ object ChattingConfig : Config( description = "Makes clickable links in chat blue and underlined.", size = 1 ) - var underlinedLinks = true + var underlinedLinks = false @Switch( name = "Smooth Chat Messages",