[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:
committed by
Poojawa
parent
41612ee1f6
commit
18ace46af8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user