Fixes blank syndicate uplink UI (#27344)

Co-authored-by: Plykiya <plykiya@protonmail.com>
(cherry picked from commit 35edea1c96666c13b653433417d6d2479593d6c7)
This commit is contained in:
Plykiya 2024-04-26 03:29:56 -07:00 committed by null
parent ea299d78e1
commit 38c59d492c
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
1 changed files with 1 additions and 1 deletions

View 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.