Info in chatparser.js
This commit is contained in:
parent
fd35dfb5e2
commit
b0a422897b
1 changed files with 3 additions and 2 deletions
|
@ -380,8 +380,9 @@ function parseMinecraftMessage(component) {
|
|||
} else if (prevColor.have) {
|
||||
text += prevColor.color
|
||||
}
|
||||
} else {
|
||||
text += ansiMap['white']
|
||||
shouldReset = true;
|
||||
} else {
|
||||
text += ansiMap['white'];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue