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.