diff --git a/Directory.Build.props b/Directory.Build.props index 000250147..b4e152303 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - C:\Zaidimai\KSP 1.7.0\ + C:\Zaidimai\KSP 1.7.2\ cd "$(SolutionDir)"" python -m buildtools postbuild -f "$(SolutionDir)config.json" -c "$(Configuration)" -t diff --git a/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs b/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs index 597d2b4bf..7533d84d2 100644 --- a/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs +++ b/FerramAerospaceResearch/FARPartGeometry/PartGeometryExtensions.cs @@ -213,8 +213,8 @@ private static List IgnoreModelTransformList(this Part p) string transformString = (string)module.GetType().GetField(currentPartModuleTransforms[j]).GetValue(module); Transform.AddRange(string.IsNullOrEmpty(transformString) - ? p.FindModelComponents(transformString) - : p.FindModelComponents(currentPartModuleTransforms[j])); + ? p.FindModelComponents(currentPartModuleTransforms[j]) + : p.FindModelComponents(transformString)); } } diff --git a/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll b/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll index 11392f4dd..73cb1a61b 100644 Binary files a/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll and b/GameData/FerramAerospaceResearch/Plugins/FerramAerospaceResearch.dll differ diff --git a/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll b/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll index 60db42c0f..20e32bded 100644 Binary files a/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll and b/GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll differ diff --git a/bin/Debug/FerramAerospaceResearch.dll b/bin/Debug/FerramAerospaceResearch.dll index 8edb805ae..b4fa3b4cf 100644 Binary files a/bin/Debug/FerramAerospaceResearch.dll and b/bin/Debug/FerramAerospaceResearch.dll differ diff --git a/bin/Debug/ferramGraph.dll b/bin/Debug/ferramGraph.dll index 134b6bd40..9f1149f9d 100644 Binary files a/bin/Debug/ferramGraph.dll and b/bin/Debug/ferramGraph.dll differ diff --git a/config.json b/config.json index b9e4f628d..5f5e89b9d 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ "ModDir": "$(SolutionDir)$(ModDirRelative)", "PluginDir": "$(ModDir)Plugins/", "AssetDir": "$(ModDir)Assets/", - "KSP_DIR_INSTALL": "C:/Zaidimai/KSP 1.7.0/", + "KSP_DIR_INSTALL": "C:/Zaidimai/KSP 1.7.2/", "KSPGameData": "$(KSP_DIR_INSTALL)GameData/", "GameDir": "$(KSPGameData)$(ModName)/", "VersionMajor": 0,