diff --git a/code/modules/supply/supply_order.dm b/code/modules/supply/supply_order.dm index ba2fa011d70..98cc0914659 100644 --- a/code/modules/supply/supply_order.dm +++ b/code/modules/supply/supply_order.dm @@ -27,10 +27,9 @@ orderedbyaccount = account RegisterSignal(orderedbyaccount, COMSIG_PARENT_QDELETING, PROC_REF(clear_request)) -/// Clear the request from the request list and delete it +/// Clear the request from the request list so it's not permanently stuck in the console /datum/supply_order/proc/clear_request() SSeconomy.request_list -= src - qdel(src) /datum/supply_order/proc/createObject(atom/_loc, errors = 0) if(!object)