From 8e0087172174b2aec0fce9ef4a2f2e287251ff74 Mon Sep 17 00:00:00 2001 From: Wyvest <45589059+Wyvest@users.noreply.github.com> Date: Thu, 12 Jan 2023 20:17:38 -0500 Subject: Revert "Allow for custom messages (#14)" This reverts commit 504f2aaf5c743be9a91615cb2fce9f0a45d11962. --- src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/kotlin/cc') diff --git a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt index 75b5d69..50de1f4 100644 --- a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt +++ b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt @@ -30,7 +30,6 @@ data class ChatTab( lateinit var button: TabButton lateinit var compiledRegex: ChatRegexes lateinit var compiledIgnoreRegex: ChatRegexes - @Transient var messages: List = ArrayList() //Ugly hack to make GSON not make button / regex null fun initialize() { -- cgit