Skip to content

Commit

Permalink
Disabled fly pathfinder for pests destroyer by default :copium:
Browse files Browse the repository at this point in the history
  • Loading branch information
onixiya1337 committed Dec 17, 2023
1 parent a17f015 commit 6e0190c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ public static void triggerManuallyPestsDestroyer() {
description = "Enables the pests destroyer pathfinding for medium distances",
size = 2
)
public static boolean enablePestsDestroyerPathfindingMediumDistances = true;
public static boolean enablePestsDestroyerPathfindingMediumDistances = false;
@Switch(
name = "Enable Pests Destroyer Pathfinding for longer distances (not recommended)", category = PESTS_DESTROYER, subcategory = "Pathfinding",
description = "Enables the pests destroyer pathfinding for longer distances",
Expand Down

0 comments on commit 6e0190c

Please sign in to comment.