mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
Fix wrong potentials from presets in the build command
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user