Pryaxis / TShock

☕️⚡️TShock provides Terraria servers with server-side characters, anti-cheat, and community management tools.
GNU General Public License v3.0
2.41k stars 377 forks source link

SendMessage update to inbuilt Terraria Chat Messaging breaks with '{' '}' in msg #1856

Closed Stealownz closed 4 years ago

Stealownz commented 4 years ago

Reproduction steps (if applicable)?

  1. Connect to server and type { test
  2. A blank "message" appears in the chat box instead of { test
  3. Any group with prefix/suffix using { } as formatting will always have blank text.

What plugins and what versions of those plugins are you running?

Just TShock.

QuiCM commented 4 years ago

Should be resolved in https://github.com/Pryaxis/TShock/commit/5d2945ab1f4be47ab031220ffca9d5ae9d6b4fc4. FromFormattable doesn't like curly braces apparently