diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index 37e4aa4bfe..31ef2d3c8b 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -84,7 +84,6 @@ namespace Content.Client.Lobby _userInterfaceManager.StateRoot.AddChild(_characterSetup); }; - _lobby.ObserveButton.OnPressed += _ => _consoleHost.ExecuteCommand("observe"); _lobby.ReadyButton.OnPressed += _ => { if (!gameTicker.IsGameStarted) diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index 09bcf1f5f8..d21526aab6 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -2,6 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client" xmlns:maths="clr-namespace:Robust.Shared.Maths;assembly=Robust.Shared.Maths" + xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls" xmlns:parallax="clr-namespace:Content.Client.Parallax" xmlns:ui="clr-namespace:Content.Client.Voting.UI" xmlns:style="clr-namespace:Content.Client.Stylesheets" @@ -37,7 +38,7 @@ -