Merge remote-tracking branch 'origin' into fix-1258

This commit is contained in:
JoePfeiffer 2022-06-07 10:54:54 -06:00
commit 157fd1a5bc

View File

@ -1377,7 +1377,7 @@ public abstract class RocketComponent implements ChangeSource, Cloneable, Iterab
massSubtotal += rc.getSectionMass();
}
return massSubtotal * getInstanceCount();
return massSubtotal;
}
/**