Fix pda cargo app being unable to order autogenerated supply packs (#95423)

This commit is contained in:
MrMelbert
2026-03-18 07:43:57 -05:00
committed by GitHub
parent 664cab1b26
commit 68901285c7
@@ -215,7 +215,7 @@
user.log_message("accepted a shuttle loan event.", LOG_GAME)
. = TRUE
if("add")
var/id = text2path(params["id"])
var/id = text2path(params["id"]) || params["id"]
var/datum/supply_pack/pack = SSshuttle.supply_packs[id]
if(!istype(pack))
return