Skip to content

Commit

Permalink
randomly moving time set down to half
Browse files Browse the repository at this point in the history
  • Loading branch information
atpexgo.wu authored and atpexgo.wu committed Sep 4, 2019
1 parent 7cc98eb commit 2bcbb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anti-afk.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def antiAfk(self):
time.sleep(0.5)

i = 0
while i < 180:
while i < 90:
self.randomMove()
i = i + 1

Expand Down
2 changes: 1 addition & 1 deletion anti-afk_mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def antiAfk(self):
time.sleep(0.5)

i = 0
while i < 180:
while i < 90:
self.randomMove()
i = i + 1

Expand Down

0 comments on commit 2bcbb3d

Please sign in to comment.