Skip to content

Commit a0e7374

Browse files
authored
Merge pull request #81 from JPLRepo/Dev
Converters
2 parents dcd81ca + ac87a8e commit a0e7374

4 files changed

Lines changed: 195 additions & 192 deletions

File tree

AYProcessPartModules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ internal void ProcessModPartModule(Part currentPart, PartModule module)
10651065
{
10661066
Utilities.Log("Wrong USI LS version - disabled.");
10671067
Utilities.Log("Error message: {0}", ex.Message);
1068-
KPBSPresent = false;
1068+
USILSPresent = false;
10691069
}
10701070
if (KERBALISMPresent)
10711071
try
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{
2-
"NAME":"AmpYear",
3-
"URL":"http://ksp-avc.cybutek.net/version.php?id=147",
4-
"DOWNLOAD":"https://spacedock.info/mod/144/AmpYear",
5-
"VERSION":{"MAJOR":1,"MINOR":4,"PATCH":9,"BUILD":0},
6-
"KSP_VERSION":{"MAJOR":1,"MINOR":3,"PATCH":0},
7-
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":3,"PATCH":0},
8-
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":3,"PATCH":0}
1+
{
2+
"NAME":"AmpYear",
3+
"URL":"http://ksp-avc.cybutek.net/version.php?id=147",
4+
"DOWNLOAD":"https://spacedock.info/mod/144/AmpYear",
5+
"VERSION":{"MAJOR":1,"MINOR":5,"PATCH":0,"BUILD":0},
6+
"KSP_VERSION":{"MAJOR":1,"MINOR":3,"PATCH":0},
7+
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":3,"PATCH":0},
8+
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":3,"PATCH":0}
99
}

0 commit comments

Comments
 (0)