mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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)
|
||||
if(!force && parent)
|
||||
_RemoveFromParent()
|
||||
if(!silent)
|
||||
if(parent && !silent) //CHOMPEdit
|
||||
SEND_SIGNAL(parent, COMSIG_COMPONENT_REMOVING, src)
|
||||
parent = null
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user