Skip to content

Commit 0dc4ac4

Browse files
committed
Prevent pod umbilical port toggle outside VAB (WIP 2)
For #63. Deliberate use of misspelt parameter due to documented KSP bug.
1 parent 707f749 commit 0dc4ac4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_Mk1-2Pod_umbilical.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
endEventGUIName = Remove Umbilical Port
2121
actionGUIName = Toggle Umbilical Port
2222
actionAvailable = true
23-
eventAvailableEditor = true
24-
eventAvailableFlight = false
25-
eventAvailableEVA = false
23+
eventAvialableEditor = true // Documented KSP bug: parameters were misspelt using Avialable rather than Available
24+
eventAvialableFlight = false // Using incorrect spelling to (hopefully) jury-rig the feature to work regardless
25+
eventAvialableEVA = false
2626
evaDistance = 5
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)