From 157956cdfa377332f2fa0da8a116d0e5064cbcbd Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Thu, 29 May 2025 04:14:50 -0400 Subject: [PATCH] Fix loading screen messages not appearing (#3925) ## About The Pull Request 516 fucked with href stuff and so this request never sends and the client is never marked ready so init loading messages don't get sent ## Why It's Good For The Game Cool live loading messages ## Proof Of Testing This is a web edit from bed that I tested earlier and it worked ## Changelog :cl: fix: fixed loading screen not updating as subsystems init fix: fixed character name on title screen not updating when changing slots /:cl: --- .../modules/title_screen/code/title_screen_html.dm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modular_skyrat/modules/title_screen/code/title_screen_html.dm b/modular_skyrat/modules/title_screen/code/title_screen_html.dm index bf530baafdf..b192af3195f 100644 --- a/modular_skyrat/modules/title_screen/code/title_screen_html.dm +++ b/modular_skyrat/modules/title_screen/code/title_screen_html.dm @@ -170,13 +170,12 @@ GLOBAL_LIST_EMPTY(startup_messages) "} // Tell the server this page loaded. - dat += {" - - "} + if(!title_screen_is_ready) + dat += {" + + "} dat += ""