Skip to content

Commit

Permalink
Fixes cargo orders never being logged
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Nov 2, 2024
1 parent fba9ecb commit a6f7de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/order.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
src.orderer_ckey = orderer_ckey
src.reason = reason
src.paying_account = paying_account
if(pack && paying_account)
if(pack)
SSblackbox.record_feedback("tally", "crate_ordered", 1, pack.name)

/datum/supply_order/proc/generateRequisition(turf/T)
Expand Down

0 comments on commit a6f7de5

Please sign in to comment.