We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707f749 commit 0dc4ac4Copy full SHA for 0dc4ac4
1 file changed
GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_Mk1-2Pod_umbilical.cfg
@@ -20,9 +20,9 @@
20
endEventGUIName = Remove Umbilical Port
21
actionGUIName = Toggle Umbilical Port
22
actionAvailable = true
23
- eventAvailableEditor = true
24
- eventAvailableFlight = false
25
- eventAvailableEVA = false
+ eventAvialableEditor = true // Documented KSP bug: parameters were misspelt using Avialable rather than Available
+ eventAvialableFlight = false // Using incorrect spelling to (hopefully) jury-rig the feature to work regardless
+ eventAvialableEVA = false
26
evaDistance = 5
27
}
28
-}
+}
0 commit comments