mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
not needed in tgui
This commit is contained in:
@@ -692,7 +692,6 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
tgui_interact(user)
|
||||
|
||||
/obj/machinery/computer/rdconsole/tgui_interact(mob/user, ui_key = "main", datum/tgui/ui = null, force_open = TRUE, datum/tgui/master_ui = null, datum/tgui_state/state = GLOB.tgui_default_state)
|
||||
user.set_machine(src)
|
||||
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
|
||||
if(!ui)
|
||||
ui = new(user, src, ui_key, "RndConsole", name, 800, 550, master_ui, state)
|
||||
|
||||
Reference in New Issue
Block a user