Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed May 22, 2024
1 parent e747d2f commit 050654e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions Content.Server/CrewManifest/CrewManifestSystem.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System.Linq;
using Content.Server.Administration;
using Content.Server.DeviceNetwork;
using Content.Server.DeviceNetwork.Systems;
using Content.Server.EUI;
using Content.Server.Medical.CrewMonitoring;
using Content.Server.Station.Components;
Expand All @@ -12,7 +10,6 @@
using Content.Shared.CCVar;
using Content.Shared.CrewManifest;
using Content.Shared.GameTicking;
using Content.Shared.Medical.SuitSensor;
using Content.Shared.Roles;
using Content.Shared.StationRecords;
using Robust.Shared.Configuration;
Expand All @@ -38,7 +35,7 @@ public sealed class CrewManifestSystem : EntitySystem
/// </summary>
private readonly Dictionary<EntityUid, CrewManifestEntries> _cachedEntries = new();

private CrewManifestEntries? _entries = new();
private CrewManifestEntries? _entries;

private readonly Dictionary<EntityUid, Dictionary<ICommonSession, CrewManifestEui>> _openEuis = new();

Expand Down
1 change: 0 additions & 1 deletion Content.Shared/Access/Components/IdCardComponent.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Content.Shared.Access.Systems;
using Content.Shared.PDA;
using Content.Shared.Roles;
using Content.Shared.StatusIcon;
using Robust.Shared.Audio;
using Robust.Shared.GameStates;
Expand Down

0 comments on commit 050654e

Please sign in to comment.