Require designation match for motor to match set
This commit is contained in:
parent
88bf25e41d
commit
9145511f46
@ -221,6 +221,9 @@ public class ThrustCurveMotorSet implements Comparable<ThrustCurveMotorSet> {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!designation.equalsIgnoreCase(m.getDesignation()))
|
||||
return false;
|
||||
|
||||
if (!commonName.equalsIgnoreCase(m.getCommonName()))
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user