mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Revert "Flush queue in preloading part of tgui_panel" - Part 2 (#4099)
* Revert "Flush queue in preloading part of tgui_panel" - Part 2 * Update tgui_panel.dm * Update tgui_panel.dm * Update tgui_panel.dm Co-authored-by: Aleksej Komarov <stylemistake@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -48,9 +48,6 @@
|
||||
))
|
||||
window.send_asset(get_asset_datum(/datum/asset/simple/namespaced/fontawesome))
|
||||
window.send_asset(get_asset_datum(/datum/asset/spritesheet/chat))
|
||||
// Preload assets for /datum/tgui
|
||||
var/datum/asset/asset_tgui = get_asset_datum(/datum/asset/simple/tgui)
|
||||
asset_tgui.send(src.client)
|
||||
// Other setup
|
||||
request_telemetry()
|
||||
addtimer(CALLBACK(src, .proc/on_initialize_timed_out), 5 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user