Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minecraft: Split vanilla string by bytes instead of characters (#436)
The received string length from server is expected to be a byte length whereas if we parse to string first javascript will treat our length as a character length (accounts for UTF multi-byte characters). This should hopefully fix #434
- Loading branch information