If a mod is installed, do not try other sources

This commit is contained in:
Kallum Jones 2022-08-09 21:44:09 +01:00
parent 74e1d77acb
commit 40cdbf0aca
No known key found for this signature in database
GPG Key ID: D7F4589C4D7F81A9
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ export default class Mods {
}
} else {
spinner.error(`Mod ${projectName} is already installed.`)
return;
}
}
}