From c68035e02240469f94905ae8edccf9222e027485 Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Sat, 26 Mar 2022 12:47:57 +0700 Subject: fix alpha of chat background --- src/main/resources/mixins.chatting.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mixins.chatting.json b/src/main/resources/mixins.chatting.json index 814bf92..35e4024 100644 --- a/src/main/resources/mixins.chatting.json +++ b/src/main/resources/mixins.chatting.json @@ -10,9 +10,7 @@ "GuiNewChatAccessor", "GuiNewChatMapMixin", "GuiNewChatMixin", - "GuiUtilsMixin", - "RedactionNameHighlightMixin", - "WyvtilsListenerMixin" + "GuiUtilsMixin" ], "verbose": true } \ No newline at end of file -- cgit