From bbd11f9a178961cf7a0ddb9b494335fbf25feffb Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Thu, 19 Dec 2024 14:46:08 -0400 Subject: [PATCH] does naming matter? --- Content.Shared/InteractionVerbs/SharedInteractionVerbsSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/InteractionVerbs/SharedInteractionVerbsSystem.cs b/Content.Shared/InteractionVerbs/SharedInteractionVerbsSystem.cs index 4aa866ccf7d..76106dc92a7 100644 --- a/Content.Shared/InteractionVerbs/SharedInteractionVerbsSystem.cs +++ b/Content.Shared/InteractionVerbs/SharedInteractionVerbsSystem.cs @@ -37,7 +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!; + [Dependency] private readonly EntityWhitelistSystem _whitelistSystem = default!; public override void Initialize() {