@@ -13,9 +13,12 @@ var modList = mods.mod_list;
var modDownloads = mods.mod_downloads;
modList.forEach((ele, idx, arr) => {
if (process.argv[2] != "overwrite"){
if (Object.keys(oldRegistry).includes(ele)) {
return;
}
let link = modDownloads[ele];
let modinfo = {
modName: "",
The note is not visible to the blocked user.