Fix followbot not jumping at all

This commit is contained in:
BenCat07 2018-01-09 16:00:36 +01:00 committed by GitHub
parent 4c2407d194
commit 24c120c7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -802,7 +802,7 @@ void WalkTo(const Vector &vector)
} }
else else
{ {
idle_time = 0; idle_time++;
} }
} }