Info in chatparser.js
This commit is contained in:
parent
6c01f81814
commit
fd35dfb5e2
1 changed files with 1 additions and 4 deletions
|
@ -481,10 +481,7 @@ function parseMinecraftMessage(component) {
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
const themsg = extractText(component) + ansiMap['reset'];
|
return extractText(component) + ansiMap['reset'];
|
||||||
console.log(JSON.stringify(component, null, 2))
|
|
||||||
console.log(JSON.stringify(themsg))
|
|
||||||
return themsg;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue