Gets rid of some runtimes (#10559)

* bad

* Runtime Fixes

* bibbycode blame him if it breaks

Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>

* Github sucks

Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
This commit is contained in:
Redmoogle
2020-12-01 14:43:03 -05:00
committed by GitHub
parent 7c880dd2fa
commit c29f8232ab
3 changed files with 4 additions and 3 deletions

View File

@@ -36,8 +36,9 @@
ui = SStgui.try_update_ui(user, src, ui)
if (!ui)
ui = new(user, src, "NtosMain")
ui.send_asset(get_asset_datum(/datum/asset/simple/headers))
ui.set_autoupdate(TRUE)
ui.open()
ui.send_asset(get_asset_datum(/datum/asset/simple/headers))
/obj/item/modular_computer/ui_data(mob/user)