Skip to content

Commit

Permalink
increase search distance for ferries #69
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwedeck committed Oct 12, 2022
1 parent 7ffcfea commit a787058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
public final class Constants {

public static final int MAX_FERRY_ENTRANCE_SEARCH_DISTANCE = 4;
public static final int MAX_FERRY_ENTRANCE_SEARCH_DISTANCE = 10;
public static final int MAX_FERRY_ENTRANCE_DISTANCE = 6;
public static final int MAX_FERRY_UNLOADING_RADIUS = 8;

Expand Down

0 comments on commit a787058

Please sign in to comment.