mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-21 21:48:21 -05:00
If a mod is installed, do not try other sources
This commit is contained in:
parent
74e1d77acb
commit
40cdbf0aca
@ -65,6 +65,7 @@ export default class Mods {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
spinner.error(`Mod ${projectName} is already installed.`)
|
spinner.error(`Mod ${projectName} is already installed.`)
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user