Remove unused dependencies (#19490)
This commit is contained in:
@@ -20,7 +20,6 @@ namespace Content.Server.Administration.Commands
|
||||
public sealed class SetOutfitCommand : IConsoleCommand
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entities = default!;
|
||||
[Dependency] private readonly IPrototypeManager _prototypes = default!;
|
||||
|
||||
public string Command => "setoutfit";
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ public sealed class AdminNotesEui : BaseEui
|
||||
[Dependency] private readonly IAdminManager _admins = default!;
|
||||
[Dependency] private readonly IAdminNotesManager _notesMan = default!;
|
||||
[Dependency] private readonly IPlayerLocator _locator = default!;
|
||||
[Dependency] private readonly IServerDbManager _db = default!;
|
||||
|
||||
public AdminNotesEui()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user