mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 21:16:30 +02:00
Fix onlyOtherSide state not updating properly when side changes (fixes #60)
This commit is contained in:
parent
304fb802ed
commit
758385c225
@ -109,9 +109,9 @@ internal class DownloadTask private constructor(val metadata: IndexFile.File, va
|
|||||||
cachedFile.optionValue = linkedFile.option.defaultValue
|
cachedFile.optionValue = linkedFile.option.defaultValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cachedFile.isOptional = isOptional
|
|
||||||
cachedFile.onlyOtherSide = !correctSide()
|
|
||||||
}
|
}
|
||||||
|
cachedFile.isOptional = isOptional
|
||||||
|
cachedFile.onlyOtherSide = !correctSide()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user