(cb01ae2fe) Small adjustments to Sub Editor entity list

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:18:23 +03:00
parent f6bf7d9219
commit aef3a96d60
4 changed files with 140 additions and 14 deletions
@@ -161,7 +161,7 @@ namespace Barotrauma
private void OperateRepairTool(float deltaTime)
{
character.CursorPosition = Item.Position;
if (repairTool.Item.RequireAimToUse)
if (Item.RequireAimToUse)
{
character.SetInput(InputType.Aim, false, true);
}