From: DrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:25:23 +0000 (-0700) Subject: Fix showing the inventory button on entities without any inventory slots (#29728) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=11034a098626980e1990b0a962fd23eb6bb825f0;p=space-station-14.git Fix showing the inventory button on entities without any inventory slots (#29728) --- diff --git a/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs b/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs index fb74779917..5d7a775104 100644 --- a/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs +++ b/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs @@ -132,6 +132,9 @@ public sealed class InventoryUIController : UIController, IOnStateEntered