mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
committed by
GitHub
parent
854c506a75
commit
9b03e8347b
@@ -55,7 +55,7 @@ public sealed class SalvageJobBoardSystem : EntitySystem
|
||||
foreach (var sold in args.Sold)
|
||||
{
|
||||
if (!FulfillsSalvageJob(sold, (args.Station, salvageJobsData), out var jobId))
|
||||
return;
|
||||
continue;
|
||||
TryCompleteSalvageJob((args.Station, salvageJobsData), jobId.Value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user