Fix Text Trig Missing Close Quote
Closed this issue · 2 comments
TheNitesWhoSay commented
When missing a close quote in text trigs the program freezes without a compilation error, ensure this doesn't freeze and gives a proper error.
Deleted user commented
I think I have located the issue.
In TextTrigCompiler.cpp on line 36 the cleanText function call is looping endlessly when a quotation mark is missing in the Text Triggers window.
I'll see if I can find a solution, but if I am not successful at least you now know where the issue is occurring.
TheNitesWhoSay commented
Thanks for finding that; the fix is in d1e3a0e which should make it to master soon.