farming: Fix harvestable health-check crops contract status
This commit fixes a bug which caused the farming contract manager to ncorrectly report the status of a crop which had been health-checked as IN_PROGRESS for an active contract, instead of OCCUPIED.
This commit is contained in:
@@ -257,6 +257,8 @@ public class FarmingContractManager
|
|||||||
&& !hasEmptyPatch)
|
&& !hasEmptyPatch)
|
||||||
{
|
{
|
||||||
summary = SummaryState.OCCUPIED;
|
summary = SummaryState.OCCUPIED;
|
||||||
|
// Don't let this run into the "Completed" section!
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user