Skip to content

Commit

Permalink
Build for KSP 1.0.5.1028 silent update.
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBUTEK committed Nov 19, 2015
1 parent db0ff22 commit 3c6413c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KerbalEngineer/EngineerGlobals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class EngineerGlobals
/// <summary>
/// Current version of the Kerbal Engineer assembly.
/// </summary>
public const string ASSEMBLY_VERSION = "1.0.19.1";
public const string ASSEMBLY_VERSION = "1.0.19.2";

private static string assemblyFile;
private static string assemblyName;
Expand Down
2 changes: 1 addition & 1 deletion KerbalEngineer/VesselSimulator/EngineSim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public bool SetResourceDrains(List<PartSim> allParts, List<PartSim> allFuelLines
break;

case ResourceFlowMode.ALL_VESSEL:
case ResourceFlowMode.ALL_VESSEL_BAlANCE:
case ResourceFlowMode.ALL_VESSEL_BALANCE:
for (int i = 0; i < allParts.Count; i++)
{
PartSim aPartSim = allParts[i];
Expand Down
Binary file modified Output/KerbalEngineer/KerbalEngineer.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Output/KerbalEngineer/KerbalEngineer.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"MAJOR":1,
"MINOR":0,
"PATCH":19,
"BUILD":1
"BUILD":2
},
"KSP_VERSION":
{
Expand Down

0 comments on commit 3c6413c

Please sign in to comment.