mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Runtime station fixes (#25151)
* Fixes spawning on runtimestation titlescreen * Fix shuttle runtimes
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
// Launch check is in process in case auth_need changes for some reason
|
||||
// probably external.
|
||||
. = FALSE
|
||||
if(ENGINES_STARTED || (!IS_DOCKED))
|
||||
if(!SSshuttle.emergency || ENGINES_STARTED || (!IS_DOCKED))
|
||||
return .
|
||||
|
||||
// Check to see if we've reached criteria for early launch
|
||||
|
||||
Reference in New Issue
Block a user