Reverted admin debug changes, nulled references after qdels

This commit is contained in:
Sood
2015-12-04 07:51:52 -08:00
parent 3cdf89b675
commit 3177b3af13
160 changed files with 323 additions and 28 deletions

View File

@@ -198,6 +198,7 @@
dat += "<tr><td><A href='?src=\ref[src];manual=[manualcount]'>[M.title]</A></td></tr>"
manualcount++
qdel(M)
M = null
dat += "</table>"
dat += "<BR><A href='?src=\ref[src];switchscreen=0'>(Return to main menu)</A><BR>"

View File

@@ -201,5 +201,6 @@ var/global/list/library_section_names = list("Any", "Fiction", "Non-Fiction", "A
b.name = "Print Job #[rand(100, 999)]"
b.icon_state = "book[rand(1,9)]"
qdel(O)
O = null
else
return ..()