From 24c120c7e7ff392977b0d8139a6725b0894698dd Mon Sep 17 00:00:00 2001 From: BenCat07 Date: Tue, 9 Jan 2018 16:00:36 +0100 Subject: [PATCH] Fix followbot not jumping at all --- src/hacks/FollowBot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/FollowBot.cpp b/src/hacks/FollowBot.cpp index 4e6ad129..612f9b5a 100644 --- a/src/hacks/FollowBot.cpp +++ b/src/hacks/FollowBot.cpp @@ -802,7 +802,7 @@ void WalkTo(const Vector &vector) } else { - idle_time = 0; + idle_time++; } }