mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
oneclick map not install map in unlinked versions
This commit is contained in:
@@ -280,10 +280,6 @@ export class LocalMapsManagerService {
|
||||
|
||||
const downloadedMap = await this.downloadMap(map);
|
||||
|
||||
const sharedMapsPath = await this.getMapsFolderPath();
|
||||
|
||||
copySync(downloadedMap.path, path.join(sharedMapsPath, path.basename(downloadedMap.path)), {overwrite: true});
|
||||
|
||||
const versions = await this.localVersion.getInstalledVersions();
|
||||
|
||||
for(const version of versions){
|
||||
|
||||
Reference in New Issue
Block a user