[#1409] Remove instancecount multiplication in getSectionMass
This commit is contained in:
parent
5ad8d91bc3
commit
6478046bcb
@ -1377,7 +1377,7 @@ public abstract class RocketComponent implements ChangeSource, Cloneable, Iterab
|
||||
massSubtotal += rc.getSectionMass();
|
||||
}
|
||||
|
||||
return massSubtotal * getInstanceCount();
|
||||
return massSubtotal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user