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
+1 -1
View File
@@ -24,7 +24,7 @@ var/list/modules = list( // global associative list
var/mneed = mods.inmodlist(type) // find if this type has modules defined
if(!mneed) // not found in module list?
del(src) // delete self, thus ending proc
qdel(src) // delete self, thus ending proc
var/needed = mods.getbitmask(type) // get a bitmask for the number of modules in this object
status = needed