Fix Runtime in vorepanel_vr.dm,50: Cannot execute null.set content().

This commit is contained in:
Leshana
2020-04-14 17:07:21 -04:00
parent 13d7408058
commit 61b0a23d65
+1 -1
View File
@@ -46,7 +46,7 @@
. = ..()
/datum/vore_look/Topic(href,href_list[])
if(vp_interact(href, href_list))
if(vp_interact(href, href_list) && popup)
popup.set_content(gen_ui(usr))
usr << output(popup.get_content(), "insidePanel.browser")