diff --git a/Content.Client/GameTicking/ClientGameTicker.cs b/Content.Client/GameTicking/ClientGameTicker.cs index 65ad1f3612..c0fa89cbd0 100644 --- a/Content.Client/GameTicking/ClientGameTicker.cs +++ b/Content.Client/GameTicking/ClientGameTicker.cs @@ -203,7 +203,7 @@ namespace Content.Client.GameTicking _inputManager.SetInputCommand(ContentKeyFunctions.FocusChat, InputCmdHandler.FromDelegate(session => { - _lobby.Chat.Input.IgnoreNext = true; + _gameChat.Input.IgnoreNext = true; _gameChat.Input.GrabKeyboardFocus(); }));