Skip to content

Commit

Permalink
corrected tank cost default value
Browse files Browse the repository at this point in the history
  • Loading branch information
snjo committed Jul 27, 2014
1 parent f4a6598 commit 6f789ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firespitter/customization/FSfuelSwitch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class FSfuelSwitch : PartModule, IPartCostModifier
[KSPField]
public string tankMass = "0;0;0;0";
[KSPField]
public string tankCost = "0,0,0,0";
public string tankCost = "0; 0; 0; 0";
[KSPField]
public bool displayCurrentTankCost = false;
[KSPField]
Expand Down
Binary file modified For release/Firespitter/Plugins/Firespitter.dll
Binary file not shown.

0 comments on commit 6f789ea

Please sign in to comment.