Ensures Admin Deletes uses qdel.

Ensures that Destroy() is properly called, for types implementing it.
This commit is contained in:
PsiOmega
2015-04-16 12:46:24 +02:00
parent fdd041830a
commit d3b000f2cc
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -548,7 +548,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
log_admin("[key_name(usr)] deleted [O] at ([O.x],[O.y],[O.z])")
message_admins("[key_name_admin(usr)] deleted [O] at ([O.x],[O.y],[O.z])", 1)
feedback_add_details("admin_verb","DEL") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
del(O)
qdel(O)
/client/proc/cmd_admin_list_open_jobs()
set category = "Admin"