]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Don't force-show storage windows when their contents change (#35048)
authorpathetic meowmeow <uhhadd@gmail.com>
Tue, 11 Feb 2025 02:15:36 +0000 (21:15 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2025 02:15:36 +0000 (13:15 +1100)
Content.Client/Storage/Systems/StorageSystem.cs

index ab4d9407b222575bf1016f185dbfa95a9dfb5d93..70e02c469396bfd4a5f7a30541dbd74ddc5f90e6 100644 (file)
@@ -74,10 +74,6 @@ public sealed class StorageSystem : SharedStorageSystem
             {
                 containerBui.Hide();
             }
-            else
-            {
-                storageBui.Show();
-            }
         }
     }