]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixes blank syndicate uplink UI (#27344)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Fri, 26 Apr 2024 10:29:56 +0000 (03:29 -0700)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 10:29:56 +0000 (20:29 +1000)
Co-authored-by: Plykiya <plykiya@protonmail.com>
Content.Server/Store/Systems/StoreSystem.Ui.cs

index 864fe1185a42d818e8347627e42aa8e15349d991..fa363c54c1235efb45b629e863c816aa3c224c77 100644 (file)
@@ -89,7 +89,7 @@ public sealed partial class StoreSystem
             return;
 
         // TODO: Why is the state not being set unless this?
-        if (!_ui.IsUiOpen(store, StoreUiKey.Key))
+        if (!_ui.HasUi(store, StoreUiKey.Key))
             return;
 
         //this is the person who will be passed into logic for all listing filtering.