2020-05-26 23:51:04 +02:00
parent ce08fb9847
commit 2238c7e8d1

View File

@@ -257,7 +257,7 @@ function BeeRewardClass::FindChallenge(cargo_index, distance, comp_id)
} }
} }
if (prod_score > best_score) { // The accepting industry is better than what we have. if (prod_score > best_score) { // The accepting industry is better than what we have.
prod_score = best_score; best_score = prod_score;
best_accept = accept; best_accept = accept;
} }
} }