Skip to content

Commit

Permalink
Unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jul 7, 2024
1 parent 0c82df8 commit 9852374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/Traits/Assorted/ForeignerTraitSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public sealed partial class ForeignerTraitSystem : EntitySystem
[Dependency] private readonly HandsSystem _hands = default!;
[Dependency] private readonly InventorySystem _inventory = default!;
[Dependency] private readonly LanguageSystem _languages = default!;
[Dependency] private readonly MetaDataSystem _meta = default!;
[Dependency] private readonly StorageSystem _storage = default!;

public override void Initialize()
Expand Down

0 comments on commit 9852374

Please sign in to comment.