Fixes subsystems not returning a qdel hint

This commit is contained in:
Jordan Brown
2017-09-28 12:55:25 -04:00
committed by KorPhaeron
parent b4208c6062
commit 0572c1a4d9

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)