mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Fix Runtime in vorepanel_vr.dm,50: Cannot execute null.set content().
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user