From a0a181424ed5bd39ab3f3e2b6d380fb7d5b452b2 Mon Sep 17 00:00:00 2001 From: Milon Date: Sat, 4 Jan 2025 11:23:28 +0100 Subject: [PATCH] why --- Content.Client/Lobby/LobbyState.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index 1361ca57cd2..eda0e4374f0 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -210,7 +210,7 @@ private void UpdateLobbySoundtrackInfo(LobbySoundtrackChangedEvent ev) ("songTitle", title), ("songArtist", artist)); - Lobby!.LobbySong.SetMarkup(markup); + Lobby!.LobbySong.SetMarkupPermissive(markup); // Emberfall } }