mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Topic will no longer be called on deleted objects
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user