Fixes blank syndicate uplink UI (#27344)

Co-authored-by: Plykiya <plykiya@protonmail.com>
This commit is contained in:
Plykiya
2024-04-26 03:29:56 -07:00
committed by GitHub
parent 37e03e0d29
commit 35edea1c96

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.