From b451571e10c60d47bb1e78a63b9e105f3440d8b6 Mon Sep 17 00:00:00 2001 From: OfficialR3ido101 Date: Tue, 12 Dec 2023 16:35:22 +0000 Subject: [PATCH] Removed markdown to make everyone happy --- scripts/communityScripts/chat/FloofChat.html | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/communityScripts/chat/FloofChat.html b/scripts/communityScripts/chat/FloofChat.html index 340b9305ea..4f0ee64deb 100644 --- a/scripts/communityScripts/chat/FloofChat.html +++ b/scripts/communityScripts/chat/FloofChat.html @@ -103,7 +103,6 @@ } for (var i = 0; i < messageParts.length; i++) { - //messageFormatted.push(replaceFormatting(messageParts[i])); messageFormatted.push(messageParts[i]) }