Skip to content

Commit

Permalink
Update Content.Server/Corvax/StationGoal/StationGoalPaperSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: DEATHB4DEFEAT <[email protected]>
  • Loading branch information
OCOtheOmega and DEATHB4DEFEAT authored Oct 29, 2023
1 parent 60a8293 commit f300e8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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+)$");
Expand Down

0 comments on commit f300e8a

Please sign in to comment.