what if the tgui actualy recives it's topic?

This commit is contained in:
Letter N
2020-08-05 09:21:19 +08:00
parent 07c02e1c99
commit ed67801590
5 changed files with 24 additions and 12 deletions
+3 -3
View File
@@ -199,13 +199,13 @@
"key" = window_key,
"size" = window_size,
"fancy" = user.client.prefs.tgui_fancy,
"locked" = user.client.prefs.tgui_lock,
"locked" = user.client.prefs.tgui_lock
),
"user" = list(
"name" = "[user]",
"ckey" = "[user.ckey]",
"observer" = isobserver(user),
),
"observer" = isobserver(user)
)
)
var/data = custom_data || with_data && src_object.ui_data(user)
if(data)