fixes admin shuttles breaking the escape shuttle / not working (#24677)

This commit is contained in:
Qwertytoforty
2024-03-18 14:13:44 -04:00
committed by GitHub
parent 664b04a1cb
commit c8dde43856
+1 -1
View File
@@ -194,7 +194,7 @@
intact for round sanity.")
else if(S)
// If successful, returns the mobile docking port
var/obj/docking_port/mobile/mdp = action_load(S)
var/obj/docking_port/mobile/mdp = action_load_old(S)
if(mdp)
usr.forceMove(get_turf(mdp))
message_admins("[key_name_admin(usr)] loaded [mdp] with the shuttle manipulator.")