Fix objects tab not showing nents (#23837)
* Fix objects tab not showing nents * Fix everything
This commit is contained in:
@@ -23,7 +23,10 @@ using static Robust.Client.UserInterface.Controls.BaseButton;
|
||||
namespace Content.Client.UserInterface.Systems.Admin;
|
||||
|
||||
[UsedImplicitly]
|
||||
public sealed class AdminUIController : UIController, IOnStateEntered<GameplayState>, IOnStateEntered<LobbyState>, IOnSystemChanged<AdminSystem>
|
||||
public sealed class AdminUIController : UIController,
|
||||
IOnStateEntered<GameplayState>,
|
||||
IOnStateEntered<LobbyState>,
|
||||
IOnSystemChanged<AdminSystem>
|
||||
{
|
||||
[Dependency] private readonly IClientAdminManager _admin = default!;
|
||||
[Dependency] private readonly IClientConGroupController _conGroups = default!;
|
||||
|
||||
Reference in New Issue
Block a user