Skip to content

Commit 7969136

Browse files
committed
Merge this only AFTER the a ZIP release of #2697.
Do NOT merge this PR until AFTER branch "fixes_issue_2697_ClickThroughBlocker" finds its way all the way into a public release in a ZIP file. The reason is complex, but it has to do with how CKAN's bot crawls and reads the kOS.netkan file. As soon as this edit finds its way into the master branch, CKAN's bot will see it within a half hour. If it sees this edit *before* we make a release from that master branch, it will end up associating these edits with the previous kOS release, and falsely adding this new dependency to it. In general all edits to kOS.netkan MUST wait until after there's been a release made for those edits.
1 parent c64929e commit 7969136

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

kOS.netkan

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
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+
],
1926
"recommends" : [
2027
{
2128
"name": "ModuleManager",

0 commit comments

Comments
 (0)