Skip to content

Commit

Permalink
Revert "underlined links"
Browse files Browse the repository at this point in the history
This reverts commit 7cc80b2.
  • Loading branch information
Wyvest committed Jun 24, 2024
1 parent 7cc80b2 commit 6e15c79
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
39 changes: 0 additions & 39 deletions src/main/java/org/polyfrost/chatting/mixin/ChatStyleMixin.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ object ChattingConfig : Config(
)
var peekMode = false

@Switch(
name = "Underlined Links", category = "General",
description = "Makes clickable links in chat blue and underlined.",
size = 1
)
var underlinedLinks = true

@Switch(
name = "Smooth Chat Messages",
category = "Animations", subcategory = "Messages",
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/mixins.chatting.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@
"GuiUtilsMixin",
"HUDUtilsMixin",
"InventoryPlayerMixin"
],
"mixins": [
"ChatStyleMixin"
]
}

0 comments on commit 6e15c79

Please sign in to comment.