Fix inhands not displaying (#1517)

This commit is contained in:
DrSmugleaf
2020-07-28 11:53:36 +02:00
committed by GitHub
parent 1245823f6d
commit c57b1c2914
2 changed files with 4 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ namespace Content.Client.GameObjects.Components.Items
if (!entity.TryGetComponent(out ItemComponent item)) return;
var maybeInHands = item.GetInHandStateInfo(name);
var maybeInHands = item.GetInHandStateInfo(hand.Location);
if (!maybeInHands.HasValue)
{