Skip to content

Commit

Permalink
Fix Whitelist not existing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 19, 2024
1 parent ba90348 commit 1890369
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using Content.Shared.InteractionVerbs.Events;
using Content.Shared.Popups;
using Content.Shared.Verbs;
using Content.Shared.Whitelist;
using Robust.Shared.Audio.Systems;
using Robust.Shared.Containers;
using Robust.Shared.Network;
Expand Down Expand Up @@ -36,6 +37,7 @@ public abstract class SharedInteractionVerbsSystem : EntitySystem
[Dependency] private readonly SharedPopupSystem _popups = default!;
[Dependency] private readonly IPrototypeManager _protoMan = default!;
[Dependency] private readonly IGameTiming _timing = default!;
[Dependency] private readonly EntityWhitelistSystem _whitelist = default!;

public override void Initialize()
{
Expand Down

0 comments on commit 1890369

Please sign in to comment.