Skip to content

Commit

Permalink
refactor(traits): remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Aug 8, 2024
1 parent 735b6d1 commit e47d39f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Content.Server/Traits/Assorted/BoozyBoostSystem.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
using Content.Server.Body.Components;
using Content.Server.Body.Systems;
using Content.Shared.Body.Components;
using Content.Shared.Tag;

namespace Content.Server.Traits.Assorted;

public sealed class BoozyBoostSystem : EntitySystem
{
[Dependency] private readonly BodySystem _bodySystem = default!;
[Dependency] private readonly TagSystem _tagSystem = default!;

public override void Initialize()
{
Expand Down

0 comments on commit e47d39f

Please sign in to comment.