Cleaner BoundUserInterfaces (#17736)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
using Content.Server.Mind.Components;
|
||||
using Content.Server.PDA.Ringer;
|
||||
using Content.Server.Store.Components;
|
||||
using Content.Server.UserInterface;
|
||||
using Content.Shared.FixedPoint;
|
||||
@@ -185,7 +183,7 @@ public sealed partial class StoreSystem : EntitySystem
|
||||
var ui = _ui.GetUiOrNull(uid, StoreUiKey.Key);
|
||||
if (ui != null)
|
||||
{
|
||||
_ui.SetUiState(ui, new StoreInitializeState(preset.StoreName));
|
||||
UserInterfaceSystem.SetUiState(ui, new StoreInitializeState(preset.StoreName));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user