From: pathetic meowmeow Date: Tue, 11 Feb 2025 02:15:36 +0000 (-0500) Subject: Don't force-show storage windows when their contents change (#35048) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=05608344d4fea4bb4bce9058eb809fc7a9c39450;p=space-station-14.git Don't force-show storage windows when their contents change (#35048) --- 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(); - } } }