This commit is contained in:
7cc5c4f330d47060 2024-09-19 00:53:10 -04:00
parent d363bbc9f7
commit 17e1576f68
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -3,6 +3,7 @@ module.exports = {
b.on("chat_unparsed", data => {
if(data.type == "player" || data.type == "profileless"){
if(data.parsed) return
if (data.type == "profileless" && data.playerChatType.translation_key === '%s') return
b.emit('chat', {
json: data.json,
type: data.type,