[MIRROR] Improves the shuttle error to include jump links and destination (#5900)

* Improves the shuttle error to include jump links and destination (#36305)

* Improves the shuttle error to include jump links and destination
This commit is contained in:
CitadelStationBot
2018-03-10 23:09:15 -06:00
committed by Poojawa
parent 41612ee1f6
commit 18ace46af8
+1 -1
View File
@@ -521,7 +521,7 @@
if(SHUTTLE_CALL)
var/error = initiate_docking(destination, preferred_direction)
if(error && error & (DOCKING_NULL_DESTINATION | DOCKING_NULL_SOURCE))
var/msg = "A mobile dock in transit exited initiate_docking() with an error. This is most likely a mapping problem: Error: [error], ([src]) ([previous])"
var/msg = "A mobile dock in transit exited initiate_docking() with an error. This is most likely a mapping problem: Error: [error], ([src]) ([previous][ADMIN_JMP(previous)] -> [destination][ADMIN_JMP(destination)])"
WARNING(msg)
message_admins(msg)
mode = SHUTTLE_IDLE