Chat_message Signal only returns the first word? #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I might be dumb but is that on purpose or did I do something wrong?
I connected the chat_message signal, I have the message as a "String" argument and when I print it its only the first word.
I'm also seeing this. Did you resolve the issue @R3m3mb3rM3
I tracked it down to this line: https://github.com/MennoMax/gift/blob/master/addons/gift/gift_node.gd#L188
Edit:
Nevermind, definitely my fault. Committing the fix.
Thanks!