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 4a3827c commit 60a8293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Content.Server.Corvax.StationGoal
/// </summary>
public sealed class StationGoalPaperSystem : EntitySystem
{
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly IPrototypeManager _prototype = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly FaxSystem _faxSystem = default!;
[Dependency] private readonly StationSystem _station = default!;
Expand Down

0 comments on commit 60a8293

Please sign in to comment.