CardboardPowered / cardboard

The Bukkit/Spigot/Paper API implementation for Fabric
https://cardboardpowered.org
GNU General Public License v3.0
948 stars 57 forks source link

fix issue 471 #473

Closed resial2 closed 3 weeks ago

resial2 commented 3 weeks ago

Fix for issue #471 - string "literal{}"on signs

no-fix-issue-471-cardboard no-fix-issue-471-cardboard-2

fix-issue-471-cardboard fix-issue-471-cardboard-2

Removed toString() conversion from the LiteralTextContent class that returned the sent text concatenated as follows: "literal{" + text + "}"

This caused the bug reported in issue #471

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.