CheckWorldDataTrue name and spoiler

This commit is contained in:
ReznoRMichael 2021-02-10 15:53:29 +01:00
parent 8dd7e1dd5b
commit c0313c869a
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -633,7 +633,7 @@ function CheckWorldDataTrue(divId, idText, dataObject, worldData) {
// Order the items before displaying them (creates a copy of dataObject)
for (let i in dataObject) {
orderedArray.push([i, dataObject[i][0], dataObject[i][1], false]);
orderedArray.push([i, dataObject[i].name, dataObject[i].spoiler, false]);
}
// Search for completed items and mark them for display