mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Smacks the naughty artifact master
*moan Liberates CI checks from that one runtime error we all love.
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
/datum/component/Destroy(force=FALSE, silent=FALSE)
|
/datum/component/Destroy(force=FALSE, silent=FALSE)
|
||||||
if(!force && parent)
|
if(!force && parent)
|
||||||
_RemoveFromParent()
|
_RemoveFromParent()
|
||||||
if(!silent)
|
if(parent && !silent) //CHOMPEdit
|
||||||
SEND_SIGNAL(parent, COMSIG_COMPONENT_REMOVING, src)
|
SEND_SIGNAL(parent, COMSIG_COMPONENT_REMOVING, src)
|
||||||
parent = null
|
parent = null
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
Reference in New Issue
Block a user