mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-20 01:29:54 +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();
|
||||
|
||||
// Check if main trekker or not
|
||||
if (i == 1) {
|
||||
if (i == 0) {
|
||||
specificPotentialIds = potentials.getMasterSpecificPotentialIds();
|
||||
normalPotentialIds = potentials.getMasterNormalPotentialIds();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user