mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
add comment
This commit is contained in:
parent
9b1fa74c97
commit
ebdcc3b514
1 changed files with 1 additions and 0 deletions
|
|
@ -409,6 +409,7 @@ public class MessageTranslator {
|
|||
whitespacesCount++;
|
||||
} else {
|
||||
startWhitespaces = false;
|
||||
// Replace non-breaking spaces with regular spaces for normalization
|
||||
newChars[count++] = (actualChar == '\u00A0' ? ' ' : actualChar);
|
||||
whitespacesCount = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue