Fix being unable to focus chat with hotkey.

This commit is contained in:
Pieter-Jan Briers
2019-04-22 16:52:08 +02:00
parent a75ec704e6
commit 66621de270

View File

@@ -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();
}));