From 9ca4361fdbc4d69a3bbafe8738f00ef3b1242732 Mon Sep 17 00:00:00 2001 From: Mike Gilmore Date: Tue, 26 Mar 2019 08:13:04 -0600 Subject: [PATCH] Disable Pathing Debug Drawing --- d2bs/kolbot/libs/common/Pather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2bs/kolbot/libs/common/Pather.js b/d2bs/kolbot/libs/common/Pather.js index 7d1cf9951..2071c4674 100644 --- a/d2bs/kolbot/libs/common/Pather.js +++ b/d2bs/kolbot/libs/common/Pather.js @@ -78,7 +78,7 @@ var NodeAction = { var PathDebug = { hooks: [], - enableHooks: true, + enableHooks: false, drawPath: function (path, color, clear) { if (!this.enableHooks) {