Skip to content

Commit

Permalink
Disable Pathing Debug Drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeKGilmore committed Mar 26, 2019
1 parent 0bbda90 commit 9ca4361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2bs/kolbot/libs/common/Pather.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var NodeAction = {

var PathDebug = {
hooks: [],
enableHooks: true,
enableHooks: false,

drawPath: function (path, color, clear) {
if (!this.enableHooks) {
Expand Down

0 comments on commit 9ca4361

Please sign in to comment.