Skip to content

Commit

Permalink
why
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Jan 4, 2025
1 parent ad0769f commit a0a1814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Lobby/LobbyState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private void UpdateLobbySoundtrackInfo(LobbySoundtrackChangedEvent ev)
("songTitle", title),
("songArtist", artist));

Lobby!.LobbySong.SetMarkup(markup);
Lobby!.LobbySong.SetMarkupPermissive(markup); // Emberfall
}
}

Expand Down

0 comments on commit a0a1814

Please sign in to comment.