Skip to content

Commit

Permalink
Remove strange string from nowhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0maks committed Feb 22, 2023
1 parent 25b5720 commit f459905
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.Server/Doors/Systems/DoorSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ namespace Content.Server.Doors.Systems;
public sealed class DoorSystem : SharedDoorSystem
{
[Dependency] private readonly AccessReaderSystem _accessReaderSystem = default!;
[Dependency] private readonly ItemSlotsSystem _itemSlotsSystem = default!;
[Dependency] private readonly AirtightSystem _airtightSystem = default!;
[Dependency] private readonly ConstructionSystem _constructionSystem = default!;
[Dependency] private readonly ToolSystem _toolSystem = default!;
Expand Down

0 comments on commit f459905

Please sign in to comment.