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
@@ -11,7 +11,7 @@ var/list/admin_ranks = list() //list of all admin_rank datums
switch(name)
if("Removed",null,"")
spawn(-1)
del(src)
qdel(src)
throw EXCEPTION("invalid admin-rank name")
return
if(init_rights) rights = init_rights
+1 -1
View File
@@ -180,7 +180,7 @@
query_tree += val
pos++
del(parser)
qdel(parser)
return querys