emcifuntik / altv-cloth-tool

GNU Lesser General Public License v2.1
7 stars 35 forks source link

Fixed fxmanifest creation defect #3

Closed steveski closed 3 years ago

steveski commented 3 years ago

manifestContent was being appended with a literal string with {filestText} and {metasText} failing to be replaced because there was no $ in front of the string. This PR adds that required $ sign and the .meta files are now being added correct in the 'files' list as well as the data_files at the end.