Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Issue when no SEED was found fixed & updated icon

Latest
Compare
Choose a tag to compare
@favna favna released this 03 Nov 22:59
· 9 commits to master since this release

There was an issue that if a TitleID was used of which no SEED was found it would not properly new-line append messages as well print a crap load of NULL values. This was because I was still using an Array from earlier working around passing the text to the text area, since I started using .append the array is no longer required.