]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove redundant return statement in InventoryUIController (#39381)
authorPGray <77597544+PGrayCS@users.noreply.github.com>
Wed, 6 Aug 2025 01:49:30 +0000 (02:49 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 01:49:30 +0000 (18:49 -0700)
Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs

index b2160c085a59ad507f3a78eff3d0684ec1c97e95..ec6293811f334d4df559d2174e85d340f1189655 100644 (file)
@@ -194,8 +194,6 @@ public sealed class InventoryUIController : UIController, IOnStateEntered<Gamepl
             }
         }
 
-        return;
-
         int GetIndex(Vector2i position)
         {
             return position.Y * maxWidth + position.X;