Skip to content

Commit fc95399

Browse files
Update src/main/java/me/itzg/helpers/modrinth/ModrinthCommand.java
Co-authored-by: Geoff Bourne <[email protected]>
1 parent bc24af6 commit fc95399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/itzg/helpers/modrinth/ModrinthCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private Stream<Path> processProject(ModrinthApiClient modrinthApiClient, Project
298298
log.debug("Starting with project='{}' slug={}", project.getTitle(), project.getSlug());
299299

300300
if (projectsProcessed.add(project.getId())) {
301-
final Loader effectiveLoader = projectRef.getLoader() != null ? projectRef.getLoader() : loader;
301+
final Loader effectiveLoader = projectRef.getLoader() != null ? projectRef.getLoader() : this.loader;
302302

303303
final Version version;
304304
try {

0 commit comments

Comments
 (0)