-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GMSG strings displaying incorrectly in Discord #118
Comments
Requires testing in new update |
More reports of this in 2.0.0-rc1, as seen here: #119 (comment)
|
I've done some testing and found a potential cause, here's a breakdown: In computer operating systems, there are a few different types of data that can indicate the ending of a line in text. These being CRLF, LF, and CR. Generally, you see LF (\r) in Linux and Mac, and CRLF (\r\n) in Windows. (This is somewhat simplified) If you enable I made a quick-fix change in rc3 that should at least partially remedy this, but we'll have to see how it performs in testing. |
As of today, we've discovered that some lines are also being ended with CR. Detection and fixes are being adjusted accordingly: 02c6d84 |
Observed on a completely vanilla server.
The text was updated successfully, but these errors were encountered: