svoid mechList_completeLocalCopies() { mechList_completeLocalCopies(mechListMD5s()); } svoid mechList_completeLocalCopies(SS mechListMD5s) { for (S name, S md5 : mechListMD5s) { if (mechList_localCopyHasMD5(name, md5)) { //print("Up to date: " + name); } else { print("Downloading mech list: " + name); serverMechList_raw_fresh(name); } } }