Skip to content

Commit

Permalink
recompile for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GER-Space committed Oct 7, 2017
1 parent 98513c4 commit 5ebbe21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Binary file modified GameData/KerbalKonstructs/KerbalKonstructs.dll
Binary file not shown.
11 changes: 0 additions & 11 deletions src/Editor/EditorGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,17 +1022,6 @@ public void spawnInstance(StaticModel model, float fOffset, Vector3 vPosition, f
instance.Orientation = Vector3.up;
instance.VisibilityRange = 25000f;

//string sPad = model.DefaultLaunchPadTransform;
//if (!String.IsNullOrEmpty(sPad))
//{
// instance.setSetting("LaunchPadTransform", sPad);
//}

//if (!KerbalKonstructs.instance.DevMode)
//{
// instance.setSetting("CustomInstance", "True");
//}

instance.model = model;
Directory.CreateDirectory(KSPUtil.ApplicationRootPath + "GameData/" + KerbalKonstructs.newInstancePath );
instance.configPath = KerbalKonstructs.newInstancePath + "/" + model.name + "-instances.cfg";
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.1")]
[assembly: AssemblyInformationalVersion("1.2.0.1")]
[assembly: KSPAssembly("KerbalKonstructs", 0, 9)]

0 comments on commit 5ebbe21

Please sign in to comment.