Skip to content

Commit

Permalink
Clean up using directives after jetbrains rider messed em up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Apr 7, 2024
1 parent cdb786c commit f9dcd71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Language/TranslatorImplanterSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Content.Shared.Language.Events;
using Content.Shared.Language.Systems;
using Content.Shared.Mobs.Components;
using ImplantedTranslatorComponent = Content.Shared.Language.Components.Translators.ImplantedTranslatorComponent;
using Content.Shared.Language.Components.Translators;

namespace Content.Server.Language;

Expand Down
10 changes: 1 addition & 9 deletions Content.Server/Language/TranslatorSystem.cs
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
using System.Linq;
using Content.Server.Popups;
using Content.Server.PowerCell;
using Content.Shared.Hands;
using Content.Shared.Interaction;
using Content.Shared.Interaction.Events;
using Content.Shared.Inventory;
using Content.Shared.Inventory.Events;
using Content.Shared.Language;
using Content.Shared.Language.Components;
using Content.Shared.Language.Events;
using Content.Shared.Language.Systems;
using Content.Shared.PowerCell;
using static Content.Server.Language.LanguageSystem;
using HandheldTranslatorComponent = Content.Shared.Language.Components.Translators.HandheldTranslatorComponent;
using HoldsTranslatorComponent = Content.Shared.Language.Components.Translators.HoldsTranslatorComponent;
using ImplantedTranslatorComponent = Content.Shared.Language.Components.Translators.ImplantedTranslatorComponent;
using IntrinsicTranslatorComponent = Content.Shared.Language.Components.Translators.IntrinsicTranslatorComponent;
using Content.Shared.Language.Components.Translators;

namespace Content.Server.Language;

Expand Down
3 changes: 1 addition & 2 deletions Content.Shared/Language/Systems/SharedTranslatorSystem.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Content.Shared.Examine;
using Content.Shared.Language.Components;
using Content.Shared.Toggleable;
using HandheldTranslatorComponent = Content.Shared.Language.Components.Translators.HandheldTranslatorComponent;
using Content.Shared.Language.Components.Translators;

namespace Content.Shared.Language.Systems;

Expand Down

0 comments on commit f9dcd71

Please sign in to comment.