Skip to content

Commit 0b591e2

Browse files
committed
Prevent pod umbilical port toggle outside VAB (v2)
For #63. Updated fix to work in KSP 1.1 prerelease
1 parent 6e0a903 commit 0b591e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 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 = false // Prevents umbilical port retrofit from being toggled via Action Groups
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
23+
eventAvailableEditor = true
24+
eventAvailableFlight = false
25+
eventAvailableEVA = false
2626
evaDistance = 5
2727
}
2828
}

0 commit comments

Comments
 (0)