mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Vueui based modular computers (#5249)
Fixes up VueUi not tested functions and badly designed data push flow. Port main screen in VueUI Port configuration Port device management
This commit is contained in:
@@ -174,7 +174,6 @@
|
||||
/datum/computer_file/program/proc/get_header_data()
|
||||
if(computer)
|
||||
return computer.get_header_data()
|
||||
return list()
|
||||
|
||||
// This is performed on program startup. May be overriden to add extra logic. Remember to include ..() call. Return 1 on success, 0 on failure.
|
||||
// When implementing new program based device, use this to run the program.
|
||||
|
||||
Reference in New Issue
Block a user