From f300e8a82be684258667e1f32d0bdc13bc65115f Mon Sep 17 00:00:00 2001 From: OCO_Omega <42233446+OCOtheOmega@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:07:20 +0300 Subject: [PATCH] Update Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com> --- Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs b/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs index 0aa597d89a..8f658f66e0 100644 --- a/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs +++ b/Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs @@ -16,7 +16,7 @@ public sealed class StationGoalPaperSystem : EntitySystem { [Dependency] private readonly IPrototypeManager _prototype = default!; [Dependency] private readonly IRobustRandom _random = default!; - [Dependency] private readonly FaxSystem _faxSystem = default!; + [Dependency] private readonly FaxSystem _fax = default!; [Dependency] private readonly StationSystem _station = default!; private static readonly Regex StationIdRegex = new(@".*-(\d+)$");