Bugfix
This commit is contained in:
parent
d363bbc9f7
commit
17e1576f68
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue