From: PGray <77597544+PGrayCS@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:49:30 +0000 (+0100) Subject: Remove redundant return statement in InventoryUIController (#39381) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=92d6e7904008a4053f61fdd3bc4783ea6c3ddbff;p=space-station-14.git Remove redundant return statement in InventoryUIController (#39381) --- diff --git a/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs b/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs index b2160c085a..ec6293811f 100644 --- a/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs +++ b/Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs @@ -194,8 +194,6 @@ public sealed class InventoryUIController : UIController, IOnStateEntered