diff --git a/Content.Client/Info/LinkBanner.cs b/Content.Client/Info/LinkBanner.cs index b2e78c013f..ec6e1e96f4 100644 --- a/Content.Client/Info/LinkBanner.cs +++ b/Content.Client/Info/LinkBanner.cs @@ -59,6 +59,7 @@ namespace Content.Client.Info }; roadmapButton.OnPressed += _ => UserInterfaceManager.GetUIController().ToggleRoadmap(); buttons.AddChild(roadmapButton); + AddInfoButton("ui-lobby-replays-button", SunriseCCVars.InfoLinksReplays); // Sunrise-End void AddInfoButton(string loc, CVarDef cVar) diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index fd775f5c45..108ca14f9c 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -180,8 +180,6 @@