cyberjunk / meridian59-dotnet

New 3D client and tools for Meridian 59
GNU General Public License v3.0
34 stars 36 forks source link

Remove ending newline from editable descriptions/inscriptions. #298

Closed skittles1 closed 5 years ago

skittles1 commented 5 years ago

CEGUI adds an extra \n to the end of editbox text fields, which causes issues with inscription items (e.g. name change scroll) but also adds extra space at the end of player descriptions.

Remove extra newline if found for inscriptions, player descriptions and player homepage strings.

Fixes #282