From 5eac47639ac4f45806119f7b04f9d223bd7ab488 Mon Sep 17 00:00:00 2001 From: Kara D Date: Thu, 30 Dec 2021 19:46:19 -0700 Subject: [PATCH] github ci moment --- Content.Shared/Inventory/InventorySystem.Equip.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Inventory/InventorySystem.Equip.cs b/Content.Shared/Inventory/InventorySystem.Equip.cs index 3a5dd5346c..937010950d 100644 --- a/Content.Shared/Inventory/InventorySystem.Equip.cs +++ b/Content.Shared/Inventory/InventorySystem.Equip.cs @@ -59,7 +59,7 @@ public abstract partial class InventorySystem if (!hands.TryGetActiveHeldEntity(out var heldEntity)) return false; - return TryEquip(uid, heldEntity, slot, silent, force, component); + return TryEquip(uid, heldEntity.Value, slot, silent, force, component); } public bool TryEquip(EntityUid uid, EntityUid itemUid, string slot, bool silent = false, bool force = false,