steventhorne / legendhub

Source code for the legendhub website.
https://www.legendhub.org
MIT License
3 stars 3 forks source link

Fix Item Locking #157

Closed Ner-f closed 1 year ago

Ner-f commented 1 year ago

The item locking indicator is being deleted from the string in the CreateListFromStrinV2 function.

Description

listStr.substring(1); doesn't store the changed string. I changed this to listStr = listStr.substring(1);

Related Issue

153

Motivation and Context

How Has This Been Tested?

I created multiple items, locked and loaded just fine. I imported a new list with locked items and it worked as intended.

Screenshots (if appropriate):

Types of changes

Checklist: