Refactoring renderCompendium

Added "hide disabled source" option
This commit is contained in:
Vlyan
2025-03-18 13:45:19 +01:00
parent 47799feb63
commit a1103f847a
8 changed files with 167 additions and 184 deletions

View File

@@ -334,9 +334,8 @@ export class MigrationL5r5e {
updateData["system.source_reference.page"] = bookReference[2];
}
// TODO uncomment before release
// Delete the old key
//updateData["system.-=book_reference"] = null;
updateData["system.-=book_reference"] = null;
}
}
// ***** End of 1.12.3 *****