Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT committed Aug 19, 2024
1 parent 2f13974 commit f35acf5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Content.Server/Fax/FaxMachineComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@ public sealed partial class FaxMachineComponent : Component
[DataField("receiveNukeCodes")]
public bool ReceiveNukeCodes { get; set; } = false;

// Corvax-StationGoal-Start
/// <summary>
/// Should that fax receive station goal info
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[DataField("receiveStationGoal")]
public bool ReceiveStationGoal { get; set; } = false;
// Corvax-StationGoal-End

/// <summary>
/// Should this fax receive station goals
/// </summary>
Expand Down

0 comments on commit f35acf5

Please sign in to comment.