Whenever I hit key binds for chat, such as "/remove", it enters the word "True" into the chat window. Example: I usually have the key H bound to "/remove", and when I press H, I say the word "True" into the chat window. This happens for all text key binds.
EDIT: I found the issue - the binds must be altered to say have "[Global]" entered in front of it. The binding used to be:
bind H chat.say /remove
Now, it needs to be:
bind H chat.say [Global] /remove
Thank you, we're currently looking into this for modded servers.