Update content downloader to always d/l if no content present

This commit is contained in:
Ryan Huffman 2016-01-20 15:50:19 -08:00
parent 5784b81290
commit 36d725b67a

View file

@ -601,13 +601,6 @@ function updateTrayMenu(serverState) {
const httpStatusPort = 60332;
function maybeInstallDefaultContentSet(onComplete) {
var hasRun = userConfig.get('hasRun', false);
if (hasRun) {
onComplete();
return;
}
// Check for existing AC data
const acResourceDirectory = getAssignmentClientResourcesDirectory();
console.log("Checking for existence of " + acResourceDirectory);