Skip to content

Commit e373d02

Browse files
committed
added clickthroughblocker dependency to CKAN
1 parent ac8c743 commit e373d02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kOS.netkan

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"repository" : "https://github.com/KSP-KOS/KOS"
1717
},
1818
"conflicts" : [ { "name" : "kOS-Classic" } ],
19+
"depends" : [
20+
{
21+
"name" : ClickThroughBlocker",
22+
"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.)"
23+
}
24+
],
1925
"recommends" : [
2026
{
2127
"name": "ModuleManager",

0 commit comments

Comments
 (0)