mirror of
https://github.com/bnowakow/GT7-Scripts.git
synced 2026-01-28 22:16:01 +00:00
adjust debug messages
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user