Describe the bug
Debug messages on the client allow newlines whereas messages on the server do not.
To reproduce
crun outputDebugString("A\n\tB\n\t\tC")
run outputDebugString("A\n\tB\n\t\tC")
Expected behaviour
Should be the same.
Screenshots

Version
1.5.6
Additional information
It would be useful to also convert \t to four spaces.