From d9f981cbdeb57109a8a7b0e32535c74f51216ed3 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 15 Apr 2024 13:17:11 -0400 Subject: [PATCH] Version update --- core/src/mindustry/ai/HierarchyPathFinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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