diff --git a/Content.Client/UserInterface/EscapeMenu.cs b/Content.Client/UserInterface/EscapeMenu.cs index 93cc05fde2..c654bb8bf0 100644 --- a/Content.Client/UserInterface/EscapeMenu.cs +++ b/Content.Client/UserInterface/EscapeMenu.cs @@ -21,8 +21,10 @@ namespace Content.Client.UserInterface private readonly IResourceCache _resourceCache; private readonly IConfigurationManager _configSystem; private readonly ILocalizationManager _localizationManager; +#pragma warning disable 649 [Dependency] private readonly ISandboxManager _sandboxManager; [Dependency] private readonly IClientConGroupController _conGroupController; +#pragma warning restore 649 private BaseButton QuitButton; private BaseButton OptionsButton; diff --git a/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs b/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs index d3bea49db2..b4c879b024 100644 --- a/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs +++ b/Content.Server/GameObjects/Components/Items/Storage/ItemComponent.cs @@ -27,8 +27,6 @@ namespace Content.Server.GameObjects #pragma warning disable 649 [Dependency] private readonly IRobustRandom _robustRandom; - [Dependency] private readonly IPhysicsManager _physicsManager; - [Dependency] private readonly IMapManager _mapManager; [Dependency] private readonly IEntitySystemManager _entitySystemManager; #pragma warning restore 649