Merge pull request #25821 from coiax/wait-for-us

Emergency shuttles forget early launch authorizations if stranded
This commit is contained in:
duncathan salt
2017-04-03 22:42:03 -06:00
committed by GitHub
+8 -1
View File
@@ -118,7 +118,14 @@
// Launch check is in process in case auth_need changes for some reason
// probably external.
. = FALSE
if(!SSshuttle.emergency || ENGINES_STARTED || (!IS_DOCKED))
if(!SSshuttle.emergency)
return
if(SSshuttle.emergency.mode == SHUTTLE_STRANDED)
authorized.Cut()
emagged = FALSE
if(ENGINES_STARTED || (!IS_DOCKED))
return .
// Check to see if we've reached criteria for early launch