@@ -92,6 +92,7 @@ namespace Content.Client.GameTicking
|
|||||||
{
|
{
|
||||||
if (e.NewLevel != ClientRunLevel.Initialize)
|
if (e.NewLevel != ClientRunLevel.Initialize)
|
||||||
{
|
{
|
||||||
|
_inputManager.SetInputCommand(ContentKeyFunctions.FocusChat, null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -289,7 +290,7 @@ namespace Content.Client.GameTicking
|
|||||||
|
|
||||||
private void _focusChat(ChatBox chat)
|
private void _focusChat(ChatBox chat)
|
||||||
{
|
{
|
||||||
if (_userInterfaceManager.KeyboardFocused != null)
|
if (chat == null || _userInterfaceManager.KeyboardFocused != null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user