Skip to content

Commit 132658a

Browse files
committed
fix: always fineTune
1 parent 4e30e8d commit 132658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bot/createBot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ const createBot = (game, { config, settings }, winSwitch, state) => {
159159
.split(",")
160160
.map((word) => word.trim());
161161

162-
const moveTo = async ({ pos, randomRange, fineTune = {offset: randomRange, steps: [0, 3]}, forcedNutMouse}) => {
162+
const moveTo = async ({ pos, randomRange, fineTune = {offset: randomRange, steps: [1, 3]}, forcedNutMouse}) => {
163163
if (randomRange) {
164164
pos.x = pos.x + random(-randomRange, randomRange);
165165
pos.y = pos.y + random(-randomRange, randomRange);

0 commit comments

Comments
 (0)