Skip to content

Commit

Permalink
Fix example row
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Jul 26, 2024
1 parent f546477 commit 0e388e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public ModValidator discoverMods() {
}

LOGGER.info("\n Mod List:\n\t\t{}\n\n{}",
String.format(Locale.ENGLISH, "%-30.30s| %s (%s)", "Name", "Mod Id", "Version"),
String.format(Locale.ENGLISH, "%s (%s) %s", "Name", "Mod Id", "Version"),
logReport(modFilesMap.values()));

//Validate the loading. With a deduplicated list, we can now successfully process the artifacts and load
Expand Down

0 comments on commit 0e388e4

Please sign in to comment.