Fix admin announce eui (#8869)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
parent
2c05431cd4
commit
91c3d05640
|
|
@ -11,11 +11,12 @@ namespace Content.Server.Administration.UI
|
|||
{
|
||||
[Dependency] private readonly IAdminManager _adminManager = default!;
|
||||
[Dependency] private readonly IChatManager _chatManager = default!;
|
||||
[Dependency] private readonly ChatSystem _chatSystem = default!;
|
||||
private readonly ChatSystem _chatSystem;
|
||||
|
||||
public AdminAnnounceEui()
|
||||
{
|
||||
IoCManager.InjectDependencies(this);
|
||||
_chatSystem = IoCManager.Resolve<IEntitySystemManager>().GetEntitySystem<ChatSystem>();
|
||||
}
|
||||
|
||||
public override void Opened()
|
||||
|
|
|
|||
Loading…
Reference in New Issue