Skip to content

Commit

Permalink
fix merge obfuscated step not using server jar
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Jun 16, 2024
1 parent 0150c44 commit 9d8ae7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected Path getInputClientJar(PipelineCache pipelineCache, OrderedVersion mcV

@Override
protected Path getInputServerJar(PipelineCache pipelineCache, OrderedVersion mcVersion, MappingFlavour mappingFlavour) {
return mcVersion.clientJar().resolve(pipelineCache.getForKey(Step.STEP_FETCH_ARTIFACTS));
return mcVersion.serverJar().resolve(pipelineCache.getForKey(Step.STEP_FETCH_ARTIFACTS));
}

@Override
Expand Down

0 comments on commit 9d8ae7b

Please sign in to comment.