NanoUI windows now close on Destroy(), preventing all sorts of qdel issues.

This commit is contained in:
PsiOmegaDelta
2015-08-12 09:41:22 +02:00
parent 93e666e67c
commit 3e4ec4d7b7
2 changed files with 22 additions and 1 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
/obj/Destroy()
processing_objects -= src
..()
nanomanager.close_uis(src)
return ..()
/obj/Topic(href, href_list, var/nowindow = 0, var/datum/topic_state/state = default_state)
// Calling Topic without a corresponding window open causes runtime errors