You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backslashes need to be escaped in chat commands and are seemingly ignored unless there are two of them.
Steps to reproduce
For example, do .chat An\ Example, and it only shows An Example.
Something like .t \S\p\e\e\d\ will enable speed.
To make backslashes work, you need two of them like .chat \\, which will only show one.
Client Log
Nothing relevent
Screenshots
No response
The text was updated successfully, but these errors were encountered:
LiquidBounce Branch
Nextgen
LiquidBounce Build/Version
017b06c
Operating System
Linux
Minecraft Version
1.20.4
Describe the bug
Backslashes need to be escaped in chat commands and are seemingly ignored unless there are two of them.
Steps to reproduce
For example, do
.chat An\ Example
, and it only showsAn Example
.Something like
.t \S\p\e\e\d\
will enable speed.To make backslashes work, you need two of them like
.chat \\
, which will only show one.Client Log
Screenshots
No response
The text was updated successfully, but these errors were encountered: