(4f4395b00) Reduced the size of the disallowed item interface area around the chatbox
This commit is contained in:
@@ -425,7 +425,7 @@ namespace Barotrauma.Items.Components
|
||||
{
|
||||
if (steerArea.Rect.Contains(PlayerInput.MousePosition))
|
||||
{
|
||||
if (!PlayerInput.KeyDown(InputType.Deselect) && !PlayerInput.KeyHit(InputType.Deselect))
|
||||
if (!PlayerInput.KeyDown(InputType.Select) && !PlayerInput.KeyHit(InputType.Select))
|
||||
{
|
||||
Character.DisableControls = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user