diff --git a/core/src/mindustry/ai/HierarchyPathFinder.java b/core/src/mindustry/ai/HierarchyPathFinder.java index 972261fef3..4bc2efbf0a 100644 --- a/core/src/mindustry/ai/HierarchyPathFinder.java +++ b/core/src/mindustry/ai/HierarchyPathFinder.java @@ -29,7 +29,7 @@ public class HierarchyPathFinder implements Runnable{ static final int clusterSize = 12; - static final boolean debug = false;//OS.hasProp("mindustry.debug"); + static final boolean debug = OS.hasProp("mindustry.debug"); static final int[] offsets = { 1, 0, //right: bottom to top