mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
fix supply console BSOD (#29384)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user