Merge pull request #3009 from Citadel-Station-13/upstream-merge-31092

[MIRROR] Fixes subsystems not returning a qdel hint
This commit is contained in:
LetterJay
2017-09-30 12:58:30 -04:00
committed by GitHub

View File

@@ -69,7 +69,7 @@
can_fire = 0
flags |= SS_NO_FIRE
Master.subsystems -= src
return ..()
//Queue it to run.
// (we loop thru a linked list until we get to the end or find the right point)