Info in chatparser.js

This commit is contained in:
Yaode_owo 2024-11-18 08:11:19 -05:00
parent fd35dfb5e2
commit b0a422897b

View file

@ -380,8 +380,9 @@ function parseMinecraftMessage(component) {
} else if (prevColor.have) {
text += prevColor.color
}
} else {
text += ansiMap['white']
shouldReset = true;
} else {
text += ansiMap['white'];
};
}