mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Fix pda cargo app being unable to order autogenerated supply packs (#95423)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user