Fixes blank syndicate uplink UI (#27344)
Co-authored-by: Plykiya <plykiya@protonmail.com> (cherry picked from commit 35edea1c96666c13b653433417d6d2479593d6c7)
This commit is contained in:
parent
ea299d78e1
commit
38c59d492c
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue