From e7772726dd4569e690a8e2ae77ac88e0a6143917 Mon Sep 17 00:00:00 2001 From: xshady <54737754+xxshady@users.noreply.github.com> Date: Thu, 9 May 2024 01:49:47 +0300 Subject: [PATCH] chore(chat): remove outdated message escape on serverside (#40) now it's handled on clientside --- chat/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat/server/index.js b/chat/server/index.js index 5f19494..9fab7f0 100644 --- a/chat/server/index.js +++ b/chat/server/index.js @@ -38,7 +38,7 @@ alt.onClient(CHAT_MESSAGE_EVENT, (player, msg) => { if (msg.length > 0) { alt.log("[chat:msg] " + player.name + ": " + msg); - alt.emitAllClients(CHAT_MESSAGE_EVENT, player.name, msg.replace(/