Skip to content

Commit

Permalink
copy useOriginalUrl to entries added as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Mar 21, 2021
1 parent 7ed62c3 commit dbc1df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/kotlin/voodoo/provider/CurseProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ object CurseProvider : ProviderBase("Curse Provider") {
validMcVersions = entry.validMcVersions
projectID = depAddon.id
folder = depAddon.categorySection.path
useOriginalUrl = entry.useOriginalUrl
}
logger.debug("adding dependency: $depEntry")
addEntry.send(depEntry)
Expand Down

0 comments on commit dbc1df6

Please sign in to comment.