From 5c3db0f59c21203a56613ae41eb09c0181d038a8 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Sat, 18 Sep 2021 18:15:44 +0200 Subject: [PATCH] [fixes #887] Add 'availability' to TCMotor String representation --- core/src/net/sf/openrocket/thrustcurve/TCMotor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/net/sf/openrocket/thrustcurve/TCMotor.java b/core/src/net/sf/openrocket/thrustcurve/TCMotor.java index e9e645fca..3920be793 100644 --- a/core/src/net/sf/openrocket/thrustcurve/TCMotor.java +++ b/core/src/net/sf/openrocket/thrustcurve/TCMotor.java @@ -292,7 +292,7 @@ public class TCMotor implements Cloneable { + ", info_url=" + info_url + ", tot_mass_g=" + tot_mass_g + ", prop_mass_g=" + prop_mass_g + ", delays=" + delays + ", case_info=" + case_info + ", prop_info=" + prop_info - + ", updated_on=" + updated_on + "]"; + + ", updated_on=" + updated_on + ", availability=" + availability + "]"; } }