mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 21:33:48 +02:00
Update content downloader to always d/l if no content present
This commit is contained in:
parent
5784b81290
commit
36d725b67a
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue