Fixes the supply shutting being stuck in warmup if forbidden atoms are aboard

Might be related to #5459, not sure though.
This commit is contained in:
mwerezak
2014-07-04 19:52:50 -04:00
parent 49a8feaecc
commit 6e5824ac33
+1
View File
@@ -31,6 +31,7 @@
if (at_station() && forbidden_atoms_check())
//cancel the launch because of forbidden atoms. announce over supply channel?
moving_status = SHUTTLE_IDLE
return
//We pretend it's a long_jump by making the shuttle stay at centcom for the "in-transit" period.