Skip to content

Commit

Permalink
Fix vessel repairs not progressing when the LC is otherwise idle
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Sep 11, 2024
1 parent 099ba51 commit 0fa9e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/SpaceCenter/Projects/VesselRepairProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class VesselRepairProject : LCOpsProject

protected override TransactionReasonsRP0 transactionReasonTime => TransactionReasonsRP0.RateRollout;

public override bool KeepsLCActive => false;
public override bool KeepsLCActive => true;

public override ProjectType GetProjectType() => ProjectType.VesselRepair;

Expand Down

0 comments on commit 0fa9e61

Please sign in to comment.