From 35edea1c96666c13b653433417d6d2479593d6c7 Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Fri, 26 Apr 2024 03:29:56 -0700 Subject: [PATCH] Fixes blank syndicate uplink UI (#27344) Co-authored-by: Plykiya --- Content.Server/Store/Systems/StoreSystem.Ui.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Store/Systems/StoreSystem.Ui.cs b/Content.Server/Store/Systems/StoreSystem.Ui.cs index 864fe1185a..fa363c54c1 100644 --- a/Content.Server/Store/Systems/StoreSystem.Ui.cs +++ b/Content.Server/Store/Systems/StoreSystem.Ui.cs @@ -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. -- 2.52.0