(5c39920a7) Merge branch 'dev' of https://github.com/Regalis11/Barotrauma-development into dev

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