Changes a lot of del() to qdel()

This commit is contained in:
Firecage
2015-08-16 23:33:22 +02:00
parent 70b21a0bf7
commit dfae1e0b53
45 changed files with 91 additions and 91 deletions
@@ -7,7 +7,7 @@
if(master)
master.post_signal(signal, comm_line)
else
del(signal)
qdel(signal)
/datum/computer/file/embedded_program/proc/receive_user_command(command)