Skip to content

Commit

Permalink
Handling the 1.3.1 build
Browse files Browse the repository at this point in the history
StollD committed May 6, 2018
1 parent 11ec634 commit daa785a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Kopernicus/RuntimeUtility/RuntimeUtility.cs
Original file line number Diff line number Diff line change
@@ -35,7 +35,9 @@
using System.IO;
using System.Linq;
using System.Reflection;
#if !KSP131
using Expansions;
#endif
using Kopernicus.OnDemand;
using KSP.UI.Screens.Settings;
using KSP.UI.Screens.Settings.Controls;
@@ -252,6 +254,8 @@ void Start()
fixes[b.transform.name].Key.orbitingBodies = fixes[b.transform.name].Key.orbitingBodies.OrderBy(cb => cb.orbit.semiMajorAxis).ToList();
}


#if !KSP131
if (ExpansionsLoader.IsExpansionInstalled("MakingHistory"))
{
PQSCity2[] cities = FindObjectsOfType<PQSCity2>();
@@ -273,6 +277,7 @@ void Start()
}
}
}
#endif
#if FALSE
// AFG-Ception
foreach (CelestialBody body in PSystemManager.Instance.localBodies)

0 comments on commit daa785a

Please sign in to comment.