Skip to content

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 28, 2025
1 parent dece928 commit 7ad84d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
using Content.Server._NF.Bank;
using Content.Server.Cargo.Components;
using Content.Shared._NF.Bank.BUI;
Expand All @@ -7,7 +7,7 @@
using Content.Shared._NF.ShuttleRecords.Events;
using Content.Shared.Access.Components;
using Content.Shared.Database;
using Content.Shared.Shipyard.Components;
using Content.Shared._NF.Shipyard.Components;
using Robust.Shared.Audio;
using Robust.Shared.Containers;

Expand Down
4 changes: 2 additions & 2 deletions Content.Server/_NF/ShuttleRecords/ShuttleRecordsSystem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
using Content.Server._NF.SectorServices;
using Content.Server._NF.ShuttleRecords.Components;
using Content.Server.Administration.Logs;
Expand All @@ -7,7 +7,7 @@
using Content.Server.Station.Systems;
using Content.Shared._NF.ShuttleRecords;
using Content.Shared.Access.Systems;
using Content.Shared.Shipyard.Components;
using Content.Shared._NF.Shipyard.Components;
using Robust.Server.GameObjects;
using Robust.Shared.Timing;

Expand Down
2 changes: 1 addition & 1 deletion Content.Server/_NF/Smuggling/DeadDropSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Content.Server._NF.Smuggling.Components;
using Content.Server.Administration.Logs;
using Content.Server.Radio.EntitySystems;
using Content.Server.Shipyard.Systems;
using Content.Server._NF.Shipyard.Systems;
using Content.Server.Shuttles.Components;
using Content.Server.Shuttles.Systems;
using Content.Server.Station.Components;
Expand Down
7 changes: 3 additions & 4 deletions Content.Server/_NF/StationEvents/Events/BluespaceErrorRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
using Content.Server.Procedural;
using Robust.Shared.Prototypes;
using Content.Shared.Salvage;
using Content.Server.Warps;
using Content.Server.Station.Systems;
using Content.Server.Maps.NameGenerators;
using Content.Shared.Dataset;
using Content.Server.StationEvents.Events;
using Content.Server._NF.Station.Systems;

namespace Content.Server.StationEvents.Events;
namespace Content.Server._NF.StationEvents.Events;

public sealed class BluespaceErrorRule : StationEventSystem<BluespaceErrorRuleComponent>
{
Expand Down

0 comments on commit 7ad84d2

Please sign in to comment.