mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-06-29 16:49:43 -04:00
If a mod is installed, do not try other sources
This commit is contained in:
@ -65,6 +65,7 @@ export default class Mods {
|
||||
}
|
||||
} else {
|
||||
spinner.error(`Mod ${projectName} is already installed.`)
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user