mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-10-17 16:34:31 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
758385c225 |
@@ -109,12 +109,12 @@ internal class DownloadTask private constructor(val metadata: IndexFile.File, va
|
|||||||
cachedFile.optionValue = linkedFile.option.defaultValue
|
cachedFile.optionValue = linkedFile.option.defaultValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
cachedFile.isOptional = isOptional
|
cachedFile.isOptional = isOptional
|
||||||
cachedFile.onlyOtherSide = !correctSide()
|
cachedFile.onlyOtherSide = !correctSide()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if the file in the destination location is already valid
|
* Check if the file in the destination location is already valid
|
||||||
|
Reference in New Issue
Block a user