Merge pull request #75 from huffman/console-content-always

Update content downloader to always d/l if no content present
This commit is contained in:
Stephen Birarda 2016-01-20 16:03:23 -08:00
commit 583feddac0

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);