chrisk123999 / chris-premades

MIT License
42 stars 47 forks source link

Option to keep original name after update/replace item. #251

Closed Elfrey closed 3 months ago

Elfrey commented 3 months ago

Sometimes I update an item with a translated name and I want to keep it instead of changing it to the CPR Compendium name. I added a setting in the 'General' section to retain the name.

chrisk123999 commented 3 months ago

It's not intended to overwrite the name, the item updater should just pull the old name, a setting isn't needed.

Elfrey commented 3 months ago

But it's pulling copendium name here https://github.com/chrisk123999/chris-premades/blob/26e64ed83137a116cb479196f95a004f59439883/scripts/item.js#L237

chrisk123999 commented 3 months ago

Correct, just change that instead.

Elfrey commented 3 months ago

I hope that's it. Sorry if it's not what you intended.