adjust debug messages

This commit is contained in:
Bartek Dobrowolski-Nowakowski
2022-04-20 16:57:33 +02:00
parent a33c32bb04
commit 6a598d2cc4
2 changed files with 11 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ CheckTurn(x, y, b_size := 2)
}
} until turn_complete = true
ToolTipper("Turn Found")
; ToolTipper("Turn Found")
return turn_complete
}
@@ -69,7 +69,7 @@ CheckTurnQuick(x, y, color_to_check, b_size := 2)
}
}
ToolTipper("Turn Found")
; ToolTipper("Turn Found")
return turn_complete
}