Skip to content

Commit

Permalink
Remove unused _config
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Sep 20, 2024
1 parent 854b7c9 commit 8501d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Content.Shared.Weapons.Ranged.Components;
using Content.Shared.Weapons.Ranged.Events;
using Content.Shared.Weapons.Ranged.Systems;
using Robust.Shared.Configuration;
using Robust.Shared.Map;
using Robust.Shared.Physics;
using Robust.Shared.Physics.Systems;
Expand Down Expand Up @@ -50,7 +49,6 @@ public abstract partial class SharedMeleeWeaponSystem : EntitySystem
[Dependency] private readonly IPrototypeManager _protoManager = default!;
[Dependency] private readonly StaminaSystem _stamina = default!;
[Dependency] private readonly ContestsSystem _contests = default!;
[Dependency] private readonly IConfigurationManager _config = default!;

private const int AttackMask = (int) (CollisionGroup.MobMask | CollisionGroup.Opaque);

Expand Down

0 comments on commit 8501d68

Please sign in to comment.