Adds back required arrivals undockedness with a config

This commit is contained in:
Jordan Brown
2017-09-15 14:32:31 -04:00
parent 062c3195f8
commit e10a629ca9
3 changed files with 9 additions and 0 deletions
@@ -329,6 +329,9 @@
if(SSshuttle.arrivals.damaged && config.arrivals_shuttle_require_safe_latejoin)
src << alert("The arrivals shuttle is currently malfunctioning! You cannot join.")
return FALSE
if(config.arrivals_shuttle_require_undocked)
SSshuttle.arrivals.RequireUndocked(src)
arrivals_docked = SSshuttle.arrivals.mode != SHUTTLE_CALL
//Remove the player from the join queue if he was in one and reset the timer