From 7d6e4b164d6013257423afe02b3f06447e37bec3 Mon Sep 17 00:00:00 2001 From: Krunklehorn <42424291+Krunklehorn@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:24:21 -0500 Subject: [PATCH] Fix grid inventory pick/drop rotation (#25510) OnPiecePressed --- .../UserInterface/Systems/Storage/StorageUIController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs b/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs index c83a80b4a5..5f3ae3a2da 100644 --- a/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs +++ b/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs @@ -233,6 +233,8 @@ public sealed class StorageUIController : UIController, IOnSystemChanged