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+)$");