diff --git a/Content.Client/Inventory/ClientInventorySystem.cs b/Content.Client/Inventory/ClientInventorySystem.cs index 1cf17b1fe9..f71f52d809 100644 --- a/Content.Client/Inventory/ClientInventorySystem.cs +++ b/Content.Client/Inventory/ClientInventorySystem.cs @@ -163,7 +163,7 @@ namespace Content.Client.Inventory public void ReloadInventory(ClientInventoryComponent? component = null) { var player = _playerManager.LocalPlayer?.ControlledEntity; - if (player == null || !Resolve(player.Value, ref component)) + if (player == null || !Resolve(player.Value, ref component, false)) { return; }