move depends-on from category to codelist
This commit is contained in:
parent
e5a6d2e0db
commit
dd215c75e7
4 changed files with 22 additions and 28 deletions
scripts
|
@ -287,6 +287,7 @@ const parseXml = (xmlString, gameVersion = null) => {
|
|||
source: readCode(code, 'source', gameVersion),
|
||||
presets: readPresetList(code, gameVersion),
|
||||
category: readTextNode(code, 'category'),
|
||||
dependsOn: code.querySelector('depends-on')?.textContent ?? null,
|
||||
}))
|
||||
.filter((code) => code.source != null);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue