mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
[MIRROR] ""Fixes"" Siliconnect log UI updating [MDB IGNORE] (#21853)
* ""Fixes"" Siliconnect log UI updating (#75890) i dont think borg logs are static why are they in static update changes them to normal ui update * ""Fixes"" Siliconnect log UI updating --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com>
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
loglist.Insert(1,"System log of unit [DL_source.name]")
|
||||
DL_progress = -1
|
||||
DL_source = null
|
||||
update_static_data_for_all_viewers()
|
||||
return
|
||||
|
||||
DL_progress += 25
|
||||
@@ -100,11 +99,9 @@
|
||||
)
|
||||
data["cyborgs"] += list(cyborg_data)
|
||||
data["DL_progress"] = DL_progress
|
||||
return data
|
||||
|
||||
/datum/computer_file/program/borg_monitor/ui_static_data(mob/user)
|
||||
var/list/data = list()
|
||||
|
||||
data["borglog"] = loglist
|
||||
|
||||
return data
|
||||
|
||||
/datum/computer_file/program/borg_monitor/ui_act(action, params, datum/tgui/ui, datum/ui_state/state)
|
||||
|
||||
Reference in New Issue
Block a user