Wynntils / Wynntils-Legacy

Wynntils is a Wynncraft Mod that seeks to enhance the user's gameplay with a variety of customizable options and additions.
https://wynntils.com
GNU Affero General Public License v3.0
158 stars 91 forks source link

fix: Quest completed dialogue chat fixes #518

Closed ryanzhoudev closed 2 years ago

ryanzhoudev commented 2 years ago

Fixes the quest completed dialogue looking like this: https://cdn.discordapp.com/attachments/709413517907722300/977665607896031304/unknown.png

Works by doubling the number of new lines processed when that quest completed bit comes up. Also adds ignores to empty and \n lines. Tested on the starting quest and the lava springs quest.

ByThePowerOfScience commented 2 years ago

Awesome! Apparently the uncaught exception that used to be in that block stopped this from being an issue, meaning that my fix for that exception brought the bug back to light. Thanks for fixing this problem!