Skip to content

Commit

Permalink
Partial mindroles fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MissKay1994 committed Jan 14, 2025
1 parent 20a6d9e commit c74d305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Server/Silicons/Borgs/BorgSystem.MMI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ namespace Content.Server.Silicons.Borgs;
public sealed partial class BorgSystem
{

[Dependency] private readonly SharedRoleSystem _roles = default!;

public void InitializeMMI()
{
SubscribeLocalEvent<MMIComponent, ComponentInit>(OnMMIInit);
Expand Down
1 change: 1 addition & 0 deletions Content.Server/Silicons/Borgs/BorgSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public sealed partial class BorgSystem : SharedBorgSystem
[Dependency] private readonly UserInterfaceSystem _ui = default!;
[Dependency] private readonly SharedContainerSystem _container = default!;
[Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!;
[Dependency] private readonly SharedRoleSystem _roles = default!;


[ValidatePrototypeId<JobPrototype>]
Expand Down

0 comments on commit c74d305

Please sign in to comment.