new line \n doesn't break the line in 1.7
creeper123123321 opened this issue ยท 3 comments
Describe the bug, provide any errors
See the LF square
How can we reproduce it?
Join on a server with \n
Expected behaviour
new line should actually be a new line
Screenshots
See above
ViaVersion Dump:
Additional server info
VIAaaS on mineteria.com
Checklist (mark with [X] to check)
- I have included a ViaVersion dump
- If applicable, I have included a paste (not a screenshot) of the error
- I have tried a build from https://ci.viaversion.com/ and the issue still persists
- I have looked at https://www.spigotmc.org/resources/viarewind-legacy-support.52924/ and it does not offer a fix for my problem
IMPORTANT: Follow the Checklist or we can't reproduce your issue and your issue will be close
Thats not a server/plugin issue but client issue i'm pretty sure
Or i think it can be fixed by splitting the line by '\n' and sending two messages instead of one i'll try and tell you if it works.
Thats not a server/plugin issue but client issue i'm pretty sure
Or i think it can be fixed by splitting the line by '\n' and sending two messages instead of one i'll try and tell you if it works.
Of course it will and it would be a perfect solution for now.