From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:29:56 +0000 (-0700) Subject: Fixes blank syndicate uplink UI (#27344) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=35edea1c96666c13b653433417d6d2479593d6c7;p=space-station-14.git Fixes blank syndicate uplink UI (#27344) Co-authored-by: Plykiya --- 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.