Skip to content

Commit

Permalink
Fix bug in BiomeDataOracle.findValidLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
moulins committed Jun 25, 2020
1 parent fa5f648 commit c15ce19
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ private CoordinatesInWorld doFindValidLocation(
if(accurateLocationCount || updateResult) {
numberOfValidLocations++;
}
break;
}
}
return result;
Expand Down

0 comments on commit c15ce19

Please sign in to comment.