Topic will no longer be called on deleted objects

This commit is contained in:
Jordan Brown
2018-03-23 19:09:30 -04:00
committed by GitHub
parent 2a6371473d
commit 12bc79307d
+4
View File
@@ -109,6 +109,10 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
if("openLink")
src << link(href_list["link"])
var/datum/real_src = hsrc
if(QDELETED(real_src))
return
..() //redirect to hsrc.Topic()
/client/proc/is_content_unlocked()