Qdel cleanup.

Replaces a few instances of del() with qdel().
This commit is contained in:
PsiOmegaDelta
2015-09-09 12:20:33 +02:00
parent 28379d8a8c
commit 2007004f3c
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -1170,7 +1170,7 @@ obj/machinery/power/apc/proc/autoset(var/val, var/on)
switch(severity)
if(1.0)
//set_broken() //now Del() do what we need
//set_broken() //now qdel() do what we need
if (cell)
cell.ex_act(1.0) // more lags woohoo
qdel(src)