Skip to content

Commit f1399c9

Browse files
committed
Removed netkan edit (it has to be a separate PR).
After a long back and forth on the KSP forum with a CKAN expert, it seems I cannot put the kOS.netkan edit into the master branch until *after* I've cut a release from it or else CKAN's crawlerbot will incorrrectly associate that netkan change with the old previous release of kOS. (Thus making the old kOS say it's dependant on ClickThrougBlocker even though it's not.) That means I have to move the kOS.netkan edit into a separate PR that MUST come later after release (which feels very wrong).
1 parent ec438dc commit f1399c9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

kOS.netkan

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
"repository" : "https://github.com/KSP-KOS/KOS"
1717
},
1818
"conflicts" : [ { "name" : "kOS-Classic" } ],
19-
"depends" : [
20-
{
21-
"name" : "ClickThroughBlocker",
22-
"min_version" : "0.10.0",
23-
"comment" : "For better cooperation with the many other mods that use it, kOS now also uses ClickThroughBlocker to open its GUI windows. But this means kOS won't work if ClickThroughBlocker is missing. <br/> (Geek technical note: Any implementation that tried to make this dependency optional would have involved too much expensive Reflection.)"
24-
}
25-
],
2619
"recommends" : [
2720
{
2821
"name": "ModuleManager",

0 commit comments

Comments
 (0)