mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
id to component name
This commit is contained in:
committed by
Aleksej Komarov
parent
dafb3e1cc3
commit
b5dfd8880d
@@ -37,7 +37,7 @@ GLOBAL_DATUM_INIT(keycard_events, /datum/events, new)
|
||||
datum/tgui/master_ui = null, datum/ui_state/state = GLOB.physical_state)
|
||||
ui = SStgui.try_update_ui(user, src, ui_key, ui, force_open)
|
||||
if(!ui)
|
||||
ui = new(user, src, ui_key, "keycard_auth", name, ui_x, ui_y, master_ui, state)
|
||||
ui = new(user, src, ui_key, "KeycardAuth", name, ui_x, ui_y, master_ui, state)
|
||||
ui.open()
|
||||
|
||||
/obj/machinery/keycard_auth/ui_data()
|
||||
|
||||
Reference in New Issue
Block a user