From: Errant <35878406+Errant-4@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:29:44 +0000 (+0100) Subject: Merge branch 'stable' into master-merge X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=cb822fdb1af95b8b128001511e6c95a0ad8adeb5;p=space-station-14.git Merge branch 'stable' into master-merge --- cb822fdb1af95b8b128001511e6c95a0ad8adeb5 diff --cc Content.Client/Storage/StorageBoundUserInterface.cs index 8cb415dead,16545c3578..c2f358de2a --- a/Content.Client/Storage/StorageBoundUserInterface.cs +++ b/Content.Client/Storage/StorageBoundUserInterface.cs @@@ -92,5 -92,12 +92,4 @@@ public sealed class StorageBoundUserInt Show(); LayoutContainer.SetPosition(_window, position); } - - public void ReOpen() - { - _window?.Orphan(); - _window = null; - Open(); - } } --