Skip to content

Commit

Permalink
Update ModuleToolingSSTUTank.cs
Browse files Browse the repository at this point in the history
Brackets killed my Space Program
  • Loading branch information
pap1723 authored Dec 12, 2018
1 parent e6367aa commit a1df848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tooling/ModuleToolingSSTUTank.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected override void GetDimensions(out float diam, out float len)
else if (coreStr.Contains("7-0")) { len = diam * 7.0f; }
else if (coreStr.Contains("7-5")) { len = diam * 7.5f; }
else if (coreStr.Contains("8-0")) { len = diam * 8.0f; }
else ( len = diam * 0.25f; }
else { len = diam * 0.25f; }
Debug.Log($"[RP1-ModuleTooling]: SSTU Tank Size: Diameter = {diam}, Length = {len}");
}
else
Expand Down

0 comments on commit a1df848

Please sign in to comment.