Fix wrong potentials from presets in the build command

This commit is contained in:
Melledy
2026-04-18 05:03:17 -07:00
parent 4748c21462
commit 995f67e86c
@@ -285,7 +285,7 @@ public class CommandArgs {
int[] commonPotentialIds = potentials.getCommonPotentialIds(); int[] commonPotentialIds = potentials.getCommonPotentialIds();
// Check if main trekker or not // Check if main trekker or not
if (i == 1) { if (i == 0) {
specificPotentialIds = potentials.getMasterSpecificPotentialIds(); specificPotentialIds = potentials.getMasterSpecificPotentialIds();
normalPotentialIds = potentials.getMasterNormalPotentialIds(); normalPotentialIds = potentials.getMasterNormalPotentialIds();
} else { } else {