From 05608344d4fea4bb4bce9058eb809fc7a9c39450 Mon Sep 17 00:00:00 2001 From: pathetic meowmeow Date: Mon, 10 Feb 2025 21:15:36 -0500 Subject: [PATCH] Don't force-show storage windows when their contents change (#35048) --- Content.Client/Storage/Systems/StorageSystem.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Content.Client/Storage/Systems/StorageSystem.cs b/Content.Client/Storage/Systems/StorageSystem.cs index ab4d9407b2..70e02c4693 100644 --- a/Content.Client/Storage/Systems/StorageSystem.cs +++ b/Content.Client/Storage/Systems/StorageSystem.cs @@ -74,10 +74,6 @@ public sealed class StorageSystem : SharedStorageSystem { containerBui.Hide(); } - else - { - storageBui.Show(); - } } } -- 2.51.2