Skip to content

Commit

Permalink
Update id merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Apr 5, 2023
1 parent bf5a25a commit 0c2e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daedalus/src/modded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub fn merge_partial_version(
asset_index: merge.asset_index,
assets: merge.assets,
downloads: merge.downloads,
id: merge.id,
id: partial.id.replace(DUMMY_REPLACE_STRING, &merge_id),
java_version: merge.java_version,
libraries: partial
.libraries
Expand Down

0 comments on commit 0c2e913

Please sign in to comment.