(03383d4e3) Fixed items being impossible to select in character mode in the sub editor when using the legacy control scheme
This commit is contained in:
@@ -2109,10 +2109,10 @@ namespace Barotrauma
|
||||
//{
|
||||
// dummyCharacter.SelectedConstruction = null;
|
||||
//}
|
||||
if (PlayerInput.KeyHit(InputType.Deselect))
|
||||
/*if (PlayerInput.KeyHit(InputType.Deselect))
|
||||
{
|
||||
dummyCharacter.SelectedConstruction = null;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
else if (MapEntity.SelectedList.Count == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user