blank space

This commit is contained in:
Leijurv 2019-03-23 22:17:40 -08:00
parent 170c2d35c2
commit 71491a7922
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 3 deletions

View File

@ -197,9 +197,7 @@ public class MovementAscend extends Movement {
if (headBonkClear()) {
return state.setInput(Input.JUMP, true);
}
// System.out.println(flatDistToNext + " " + sideDist);
if (flatDistToNext > 1.2 || sideDist > 0.2) {
return state;
}